Added bzip2 lib and Quake (thanks to Lubomyr)
This commit is contained in:
10
project/jni/application/quake/source/LogFloat.h
Normal file
10
project/jni/application/quake/source/LogFloat.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef LOGFLOAT_H
|
||||
#define LOGFLOAT_H
|
||||
|
||||
int LogFloatInit();
|
||||
void LogFloatClose();
|
||||
|
||||
void LogFloatResults(char *fn);
|
||||
|
||||
float LogFloat(float f, char *id, int index, int precision);
|
||||
#endif
|
||||
Reference in New Issue
Block a user