diff options
Diffstat (limited to 'Source/Asura.Engine/physics/world.h')
-rw-r--r-- | Source/Asura.Engine/physics/world.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Source/Asura.Engine/physics/world.h b/Source/Asura.Engine/physics/world.h deleted file mode 100644 index 971adce..0000000 --- a/Source/Asura.Engine/physics/world.h +++ /dev/null @@ -1,25 +0,0 @@ -#ifndef __ASURA_ENGINE_WORLD_H__ -#define __ASURA_ENGINE_WORLD_H__ - -#include "Box2D/Box2D.h" -#include "scripting/luax.hpp" - -namespace AsuraEngine -{ - namespace Physics - { - - class World - { - public: - - private: - - LUAX_DECL_FACTORY(SimWorld); //AsuraEngine.SimWorld - - }; - - } -} - -#endif
\ No newline at end of file |