From a077eb38b01292611f4f6031b75e3e2c1c20f06e Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 16 Aug 2019 08:54:08 +0800 Subject: *misc --- Source/modules/asura-box2d/Physics/ChainShape.h | 29 ------------------------- 1 file changed, 29 deletions(-) delete mode 100644 Source/modules/asura-box2d/Physics/ChainShape.h (limited to 'Source/modules/asura-box2d/Physics/ChainShape.h') diff --git a/Source/modules/asura-box2d/Physics/ChainShape.h b/Source/modules/asura-box2d/Physics/ChainShape.h deleted file mode 100644 index 2403587..0000000 --- a/Source/modules/asura-box2d/Physics/ChainShape.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef __ASURA_CHAIN_SHAPE_H__ -#define __ASURA_CHAIN_SHAPE_H__ - -#include - -#include -#include - -namespace_begin(AsuraEngine) -namespace_begin(Physics) - -class ChainShape - : AEScripting::Portable -{ -public: - - ChainShape(); - ~ChainShape(); - -private: - - b2ChainShape* m_Shape; - -}; - -namespace_end -namespace_end - -#endif \ No newline at end of file -- cgit v1.1-26-g67d0