1 #ifndef lsnes__hpp__included__
2 #define lsnes__hpp__included__
6 #define STILL_HERE do { std::cerr << "Still here at file " << __FILE__ << " line " << __LINE__ << "." << std::endl; } \
10 #ifdef BSNES_IS_COMPAT
11 #define PROFILE_COMPATIBILITY
13 #define PROFILE_ACCURACY
16 extern std::string lsnes_version
;
17 extern std::string lsnes_git_revision
;