kakoune/src/commands.hh
2012-05-07 03:13:34 +00:00

13 lines
142 B
C++

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