home projects git about
1 2 3 4 5 6 7 8
#ifndef HONEY_AUDIO_H #define HONEY_AUDIO_H #include <lua.h> void setup_audio(lua_State *L, int honey_tbl); #endif