lovr/src/api/l_data_soundData.c

8 lines
124 B
C
Raw Normal View History

2018-07-06 03:23:46 +00:00
#include "api.h"
#include "data/soundData.h"
2020-12-25 19:50:26 +00:00
#include "core/util.h"
2018-07-06 03:23:46 +00:00
const luaL_Reg lovrSoundData[] = {
{ NULL, NULL }
};