Add source:isPaused() (enhancement #141)

This commit is contained in:
Bart van Strien
2010-12-19 12:30:59 +01:00
parent acf94d0d6d
commit 9856fbc705
7 changed files with 31 additions and 2 deletions
+1
View File
@@ -47,6 +47,7 @@ namespace audio
int w_Source_setLooping(lua_State * L);
int w_Source_isLooping(lua_State * L);
int w_Source_isStopped(lua_State * L);
int w_Source_isPaused(lua_State * L);
int w_Source_isStatic(lua_State * L);
int luaopen_source(lua_State * L);