11 lines
196 B
C++
11 lines
196 B
C++
#ifndef _command__hpp__included__
|
|
#define _command__hpp__included__
|
|
|
|
#include <stdexcept>
|
|
#include <string>
|
|
#include <set>
|
|
#include "library/commands.hpp"
|
|
|
|
extern command_group lsnes_cmd;
|
|
|
|
#endif
|