summaryrefslogtreecommitdiff
path: root/source/modules/asura-box2d/Physics/Fixture.h
blob: 69f0153ae184f158a3fb7d736f44d3c958353f77 (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-base/Classes.h>

namespace_begin(AsuraEngine)
namespace_begin(Physics)

class Fixture
{

};

namespace_end
namespace_end

#endif