aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/physics/physics.cpp
blob: a5b916278d03eca6b00477ca2548c214504e8abf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "../luax.h"
#include "libjin/Physics/Physics.h"

namespace jin
{
namespace lua
{

    using namespace jin::physics;

    int luaopen_physics(lua_State* L)
    {
    }

} // physics
} // jin