2011-10-07 16:16:38 +02:00
|
|
|
#ifndef debug_hh_INCLUDED
|
|
|
|
#define debug_hh_INCLUDED
|
|
|
|
|
|
|
|
namespace Kakoune
|
|
|
|
{
|
|
|
|
|
2014-11-12 22:27:07 +01:00
|
|
|
class StringView;
|
|
|
|
|
2014-04-30 20:27:38 +02:00
|
|
|
void write_debug(StringView str);
|
2011-10-07 16:16:38 +02:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif // debug_hh_INCLUDED
|