1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-11 16:33:35 +00:00
lovr/src/api/types/world.c

7 lines
103 B
C
Raw Normal View History

2017-05-16 05:02:08 +00:00
#include "api/lovr.h"
#include "physics/physics.h"
const luaL_Reg lovrWorld[] = {
{ NULL, NULL }
};