Wxwidgets: Support -h and --help
[lsnes.git] / include / lsnes.hpp
blob38200d2234906f716c9b584374d45e4f4df361a0
1 #ifndef lsnes__hpp__included__
2 #define lsnes__hpp__included__
4 #include <iostream>
6 #define STILL_HERE do { std::cerr << "Still here at file " << __FILE__ << " line " << __LINE__ << "." << std::endl; } \
7 while(0)
9 #define DEBUGGER
10 #ifdef BSNES_IS_COMPAT
11 #define PROFILE_COMPATIBILITY
12 #else
13 #define PROFILE_ACCURACY
14 #endif
16 extern std::string bsnes_core_version;
17 extern std::string lsnes_version;
18 extern std::string lsnes_git_revision;
20 #endif