outcomment more stuff

This commit is contained in:
Alexander Mahr 2025-03-01 11:21:13 +01:00
parent 79830d4917
commit 78d5cfb154

View file

@ -5,8 +5,8 @@
#include <stdlib.h> #include <stdlib.h>
#include <math.h> #include <math.h>
#include <string.h> #include <string.h>
#include "os_generic.h" //why this (related to this OG_* functions)#include "os_generic.h"
#include <GLES3/gl3.h> //#include <GLES3/gl3.h>
//A-s-s-e-t-s #include <android/asset_manager.h> //A-s-s-e-t-s #include <android/asset_manager.h>
//A-s-s-e-t-s #include <android/asset_manager_jni.h> //A-s-s-e-t-s #include <android/asset_manager_jni.h>
#include <android_native_app_glue.h> #include <android_native_app_glue.h>
@ -26,9 +26,9 @@
//webview//#define WEBVIEW_NATIVE_ACTIVITY_IMPLEMENTATION //webview//#define WEBVIEW_NATIVE_ACTIVITY_IMPLEMENTATION
//webview//#include "webview_native_activity.h" //webview//#include "webview_native_activity.h"
float mountainangle; //SENSORSTURFF //Heightmap float mountainangle;
float mountainoffsetx; //SENSORSTURFF //Heightmap float mountainoffsetx;
float mountainoffsety; //SENSORSTURFF //Heightmap float mountainoffsety;
//SENSORSTURFF ASensorManager * sm; //SENSORSTURFF ASensorManager * sm;
//SENSORSTURFF const ASensor * as; //SENSORSTURFF const ASensor * as;
@ -83,7 +83,7 @@ float mountainoffsety;
//SENSORSTURFF } while( 1 ); //SENSORSTURFF } while( 1 );
//SENSORSTURFF } //SENSORSTURFF }
unsigned frames = 0; //why this? unsigned frames = 0;
unsigned long iframeno = 0; unsigned long iframeno = 0;
void AndroidDisplayKeyboard(int pShow); void AndroidDisplayKeyboard(int pShow);
@ -354,7 +354,7 @@ void HandleThisWindowTermination()
} }
uint32_t randomtexturedata[256*256]; //graphic-random-texture uint32_t randomtexturedata[256*256];
//webview //uint32_t webviewdata[500*500]; //webview //uint32_t webviewdata[500*500];
//webview //char fromJSBuffer[128]; //webview //char fromJSBuffer[128];
//webview //webview