Renamed Frame to Quad; added drawq/addq; fixed some bugs.

This commit is contained in:
rude
2009-08-17 23:35:04 +02:00
parent d4a97d49f3
commit c52c218ba1
25 changed files with 317 additions and 299 deletions
+2 -1
View File
@@ -22,8 +22,9 @@
#define LOVE_GRAPHICS_OPENGL_FONT_H
// LOVE
#include <filesystem/File.h>
#include <common/Object.h>
#include <graphics/Volatile.h>
#include <filesystem/File.h>
namespace love
{