It's now possible to build each module individually (as a DLL).

This commit is contained in:
rude
2009-08-04 19:57:14 +02:00
parent 524ef5e118
commit 8e681b4204
59 changed files with 5315 additions and 400 deletions
+1
View File
@@ -34,6 +34,7 @@ namespace opengl
: data(data), texture(0), width((float)data->getWidth()), height((float)data->getHeight())
{
data->retain();
data->getWidth();
memset(vertices, 255, sizeof(vertex)*4);