Abstracted lua bindings for general Texture methods into wrap_Texture.cpp

This commit is contained in:
Alex Szpakowski
2014-01-04 21:19:03 -04:00
parent 6756bc3c2c
commit 510ed6f11e
13 changed files with 222 additions and 220 deletions
+2
View File
@@ -304,6 +304,8 @@ set(LOVE_SRC_MODULE_GRAPHICS_OPENGL
src/modules/graphics/opengl/wrap_Shader.h
src/modules/graphics/opengl/wrap_SpriteBatch.cpp
src/modules/graphics/opengl/wrap_SpriteBatch.h
src/modules/graphics/opengl/wrap_Texture.cpp
src/modules/graphics/opengl/wrap_Texture.h
)
set(LOVE_SRC_MODULE_GRAPHICS