1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-18 17:02:06 +03:00
kakoune/src/commands.hh
2015-12-27 23:15:09 +00:00

14 lines
166 B
C++

#ifndef commands_hh_INCLUDED
#define commands_hh_INCLUDED
namespace Kakoune
{
void register_commands();
struct kill_session {};
}
#endif // commands_hh_INCLUDED