blob: a9f0fc73ccf32804b4e12d1d608975b45cc2b347 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#ifndef _ASRUA_ENGINE_FIXTURE_H_
#define _ASRUA_ENGINE_FIXTURE_H_
#include <asura-utils/Classes.h>
namespace_begin(AsuraEngine)
namespace_begin(Physics)
class Fixture
{
};
namespace_end
namespace_end
#endif
|