hr:: namespaces in the Android version

This commit is contained in:
Zeno Rogue 2018-06-11 18:03:27 +02:00
parent adb65430a6
commit 147f3f89f2
1 changed files with 7 additions and 2 deletions

View File

@ -48,21 +48,26 @@ void Xprintf(const char *fmt, T... t) {
while(i > last_cr) android_log_buf[android_log_bufpos++] = android_log_buf[last_cr++];
}
#include <jni.h>
#include <string>
namespace hr {
void gdpush(int t);
#include <jni.h>
void shareScore(MOBPAR_FORMAL);
const char *scorefile, *conffile;
#include <string>
std::string levelfile, picfile;
bool settingsChanged = false;
struct transmatrix getOrientation();
}
#include "/home/eryx/proj/rogue/hyper/init.cpp"
using namespace hr;
// #define delref env->DeleteLocalRef(_thiz)
int semaphore = 0;