mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
more Android fixes
This commit is contained in:
parent
c0266a7164
commit
bcc3fd1019
@ -20,6 +20,7 @@
|
||||
#define CAP_ACHIEVE 1
|
||||
#define CAP_SHADER 1
|
||||
#define CAP_VERTEXBUFFER 0
|
||||
#define CAP_TIMEOFDAY 1
|
||||
|
||||
#define HNEW 1
|
||||
|
||||
@ -66,7 +67,7 @@ struct transmatrix getOrientation();
|
||||
|
||||
#include "/home/eryx/proj/rogue/hyper/init.cpp"
|
||||
|
||||
using namespace hr;
|
||||
namespace hr {
|
||||
|
||||
// #define delref env->DeleteLocalRef(_thiz)
|
||||
|
||||
@ -405,5 +406,5 @@ void achievement_init() {}
|
||||
void achievement_close() {}
|
||||
void achievement_gain(const char* s, char flags) {}
|
||||
|
||||
#include <unistd.h>
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user