1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-19 17:31:44 +03:00
kakoune/src/commands.hh

14 lines
166 B
C++
Raw Normal View History

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