1
0

Fixed some of tiger's derpyness.

This commit is contained in:
Alexander Harkness
2013-11-27 07:27:19 +00:00
parent 83d582d083
commit 3b790bbf67
9 changed files with 11 additions and 11 deletions

View File

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