2011-10-07 16:16:38 +02:00
|
|
|
#ifndef debug_hh_INCLUDED
|
|
|
|
#define debug_hh_INCLUDED
|
|
|
|
|
2012-04-14 03:17:09 +02:00
|
|
|
#include "string.hh"
|
2011-10-07 16:16:38 +02:00
|
|
|
|
|
|
|
namespace Kakoune
|
|
|
|
{
|
|
|
|
|
2012-04-14 03:17:09 +02:00
|
|
|
void write_debug(const String& str);
|
2011-10-07 16:16:38 +02:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif // debug_hh_INCLUDED
|