Fix some memory leak complaints from Valgrind
[lsnes.git] / include / core / command.hpp
blob576e0d7a18476952e902d8d8b64b76363935802a
1 #ifndef _command__hpp__included__
2 #define _command__hpp__included__
4 #include <stdexcept>
5 #include <string>
6 #include <set>
7 #include "library/command.hpp"
9 extern command::group lsnes_cmd;
11 void refresh_alias_binds();
12 void kill_alias_binds();
14 #endif