Small documentation fixups regarding joysticks/gamepads
[lsnes.git] / lsnes.hpp
blob5cf18a5e3b108fb5a8d92a80c2c3596f1faa458d
1 #ifndef lsnes__hpp__included__
2 #define lsnes__hpp__included__
4 #include <iostream>
5 #include "win32-crap.hpp"
7 #define STILL_HERE do { std::cerr << "Still here at file " << __FILE__ << " line " << __LINE__ << "." << std::endl; } \
8 while(0)
10 #define DEBUGGER
11 #ifdef BSNES_IS_COMPAT
12 #define PROFILE_COMPATIBILITY
13 #else
14 #define PROFILE_ACCURACY
15 #endif
17 extern std::string bsnes_core_version;
18 extern std::string lsnes_version;
20 #endif