1 #ifndef lsnes__hpp__included__
2 #define lsnes__hpp__included__
5 #include "win32-crap.hpp"
7 #define STILL_HERE do { std::cerr << "Still here at file " << __FILE__ << " line " << __LINE__ << "." << std::endl; } \
11 #ifdef BSNES_IS_COMPAT
12 #define PROFILE_COMPATIBILITY
14 #define PROFILE_ACCURACY
17 extern std::string bsnes_core_version
;
18 extern std::string lsnes_version
;