kakoune/src/commands.hh

13 lines
142 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();
}
#endif // commands_hh_INCLUDED