Merge branch 'master' of git://github.com/BTAxis/naev into testmission
[naev.git] / src / nlua_music.h
blobaea669e951e43c5815d6dc5394eb9eade9785987
1 /*
2 * See Licensing and Copyright notice in naev.h
3 */
7 #ifndef NLUA_MUSIC_H
8 # define NLUA_MUSIC_H
11 #include "lua.h"
15 * lua control
17 int nlua_loadMusic( lua_State *L, int read_only );
20 #endif /* NLUA_MUSIC_H */