lsnes/include/core/command.hpp
2012-10-13 11:13:17 +03:00

11 lines
196 B
C++

#ifndef _command__hpp__included__
#define _command__hpp__included__
#include <stdexcept>
#include <string>
#include <set>
#include "library/commands.hpp"
extern command_group lsnes_cmd;
#endif