comparison android/testproject/jni/app-android.cpp @ 4726:9076cdb027af

Cleanups. - Moved to 'project' instead of 'testproject' - Removed extraneous .c files - Removed the android_libs folder (that was against the NDK agreement anyway)
author Paul Hunkin <paul@bieh.net>
date Tue, 17 Aug 2010 15:35:56 +1200
parents d86332c0fb9b
children
comparison
equal deleted inserted replaced
4725:4eb9d3c7fdd2 4726:9076cdb027af
11 #include <stdlib.h> 11 #include <stdlib.h>
12 #include <math.h> 12 #include <math.h>
13 13
14 #include <pthread.h> 14 #include <pthread.h>
15 15
16 #include "importgl.h" 16 //#include "importgl.h"
17 #include "egl.h" 17 //#include "egl.h"
18 18
19 /******************************************************************************* 19 /*******************************************************************************
20 Globals 20 Globals
21 *******************************************************************************/ 21 *******************************************************************************/
22 static long _getTime(void){ 22 static long _getTime(void){