lsnes/include/core/command.hpp

15 lines
249 B
C++
Raw Normal View History

#ifndef _command__hpp__included__
#define _command__hpp__included__
#include <stdexcept>
#include <string>
#include <set>
#include "library/command.hpp"
2014-05-11 20:01:26 +03:00
extern command::set lsnes_cmds;
void refresh_alias_binds();
void kill_alias_binds();
2011-09-17 00:06:20 +03:00
#endif