14 lines
159 B
C++
14 lines
159 B
C++
#ifndef debug_hh_INCLUDED
|
|
#define debug_hh_INCLUDED
|
|
|
|
namespace Kakoune
|
|
{
|
|
|
|
class StringView;
|
|
|
|
void write_debug(StringView str);
|
|
|
|
}
|
|
|
|
#endif // debug_hh_INCLUDED
|