Fixed compile error in collision.h
This commit is contained in:
parent
9ef2aa5ff0
commit
530c81b04b
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
|
||||
#include "mesh.h"
|
||||
|
||||
class ObjectLink;
|
||||
|
||||
#define COLLISIONGROUP_NONE 0
|
||||
#define COLLISIONGROUP_ARENA 1
|
||||
#define COLLISIONGROUP_MAN1 2
|
||||
|
|
Loading…
Reference in a new issue