1
0

Hopefully fixed last of the Linux compile errors

This commit is contained in:
Tiger Wang
2013-11-26 22:50:33 +00:00
parent 3e3e63d946
commit 2ef9cf700d
5 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
#include "../Vector3d.h"
#include "../Vector3f.h"
#include "lib/iniFile/iniFile.h"
#include "lib/inifile/iniFile.h"
#include "lib/jsoncpp/include/json/json.h"
#define float2int(x) ((x)<0 ? ((int)(x))-1 : (int)(x))