Refactor command handling to library/
[lsnes.git] / include / core / command.hpp
blob8c27ac6487e021d61cda803c07fe2de58b116743
1 #ifndef _command__hpp__included__
2 #define _command__hpp__included__
4 #include <stdexcept>
5 #include <string>
6 #include <set>
7 #include "library/commands.hpp"
9 extern command_group lsnes_cmd;
11 #endif