lsnes rr2-β23
[lsnes.git] / include / lsnes.hpp
blobad30025119a5108093e7c393728276b3a62c0dd9
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 lsnes_version;
17 extern std::string lsnes_git_revision;
19 #endif