mirror of https://github.com/snes9xgit/snes9x.git
11 lines
158 B
C
11 lines
158 B
C
![]() |
#include <SDL/SDL.h>
|
||
|
#include "port.h"
|
||
|
#include "conffile.h"
|
||
|
|
||
|
typedef std::pair<std::string, std::string> strpair_t;
|
||
|
extern ConfigFile::secvec_t keymaps;
|
||
|
|
||
|
|
||
|
|
||
|
|