kakoune/src/debug.hh
2014-11-12 21:27:07 +00:00

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