Added bzip2 lib and Quake (thanks to Lubomyr)

This commit is contained in:
pelya
2011-02-14 12:05:30 +00:00
parent 892c4813b9
commit 1e468ea75d
152 changed files with 88466 additions and 0 deletions

View 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