2011-09-14 20:06:36 +03:00
|
|
|
#ifndef _command__hpp__included__
|
|
|
|
#define _command__hpp__included__
|
|
|
|
|
|
|
|
#include <stdexcept>
|
|
|
|
#include <string>
|
2011-11-05 20:09:10 +02:00
|
|
|
#include <set>
|
2012-10-13 11:13:17 +03:00
|
|
|
#include "library/commands.hpp"
|
2011-09-14 20:06:36 +03:00
|
|
|
|
2012-10-13 11:13:17 +03:00
|
|
|
extern command_group lsnes_cmd;
|
2011-09-14 20:06:36 +03:00
|
|
|
|
2013-06-14 13:40:08 +03:00
|
|
|
void refresh_alias_binds();
|
|
|
|
|
2011-09-17 00:06:20 +03:00
|
|
|
#endif
|