lsnes/include/core/command.hpp

15 lines
250 B
C++
Raw Normal View History

#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();
2011-09-17 00:06:20 +03:00
#endif