1
0
Fork 0

Fixed compile error in collision.h

This commit is contained in:
Michaël Lemaire 2014-02-16 14:58:36 +01:00
parent 9ef2aa5ff0
commit 530c81b04b
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#include "mesh.h"
class ObjectLink;
#define COLLISIONGROUP_NONE 0
#define COLLISIONGROUP_ARENA 1
#define COLLISIONGROUP_MAN1 2