kakoune/src/debug.hh

14 lines
167 B
C++
Raw Normal View History

#ifndef debug_hh_INCLUDED
#define debug_hh_INCLUDED
#include <string>
namespace Kakoune
{
void write_debug(const std::string& str);
}
#endif // debug_hh_INCLUDED