lsnes/include/core/command.hpp
2014-03-22 13:11:51 +02:00

14 lines
250 B
C++

#ifndef _command__hpp__included__
#define _command__hpp__included__
#include <stdexcept>
#include <string>
#include <set>
#include "library/command.hpp"
extern command::group lsnes_cmd;
void refresh_alias_binds();
void kill_alias_binds();
#endif