kakoune/src/commands.hh

14 lines
166 B
C++
Raw Normal View History

2012-05-07 05:13:34 +02:00
#ifndef commands_hh_INCLUDED
#define commands_hh_INCLUDED
namespace Kakoune
{
void register_commands();
struct kill_session {};
2012-05-07 05:13:34 +02:00
}
#endif // commands_hh_INCLUDED