13 lines
225 B
C++
13 lines
225 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();
|
|
|
|
#endif
|