lsnes/include/core/command.hpp
2014-05-11 20:01:26 +03:00

14 lines
249 B
C++

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