|
|
@@ -6,12 +6,12 @@ |
|
|
|
// (c) 2012 Sam Hocevar <sam@hocevar.net> |
|
|
|
// |
|
|
|
|
|
|
|
/* FIXME: this file is pure crap; it's only a test. */ |
|
|
|
#pragma once |
|
|
|
|
|
|
|
#if !defined __PHYSICOBJECT_H__ |
|
|
|
#define __PHYSICOBJECT_H__ |
|
|
|
/* FIXME: this file is pure crap; it's only a test. */ |
|
|
|
|
|
|
|
#include <lol/engine.h> |
|
|
|
|
|
|
|
#include "easymesh/easymesh.h" |
|
|
|
#include "physics/easyphysics.h" |
|
|
|
#include "physics/easycharactercontroller.h" |
|
|
@@ -354,5 +354,3 @@ private: |
|
|
|
bool m_is_phys; /* Only used in CAT_MODE */ |
|
|
|
}; |
|
|
|
|
|
|
|
#endif /* __PHYSICOBJECT_H__ */ |
|
|
|
|