Added Image:getFlags.

This commit is contained in:
Alex Szpakowski
2015-03-04 23:07:05 -04:00
parent c561308c96
commit b39036eaa5
2 changed files with 25 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ int w_Image_getMipmapFilter(lua_State *L);
int w_Image_isCompressed(lua_State *L);
int w_Image_refresh(lua_State *L);
int w_Image_getData(lua_State *L);
int w_Image_getFlags(lua_State *L);
extern "C" int luaopen_image(lua_State *L);
} // opengl