summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpixel <pixel>2008-08-07 13:57:11 +0000
committerpixel <pixel>2008-08-07 13:57:11 +0000
commit4a72f3da8cbcd6693d58b6308d780cfa06aa9172 (patch)
tree47f1fb8a8e865049e54c729b91ea8af2ebe4cf9d /include
parentf557328c86f0c5e2be3ab147f43c131bc245e8e3 (diff)
compatibility updates...
Diffstat (limited to 'include')
-rw-r--r--include/LuaFTGL.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/LuaFTGL.h b/include/LuaFTGL.h
index 48a3016..322d3ea 100644
--- a/include/LuaFTGL.h
+++ b/include/LuaFTGL.h
@@ -1,12 +1,7 @@
#ifndef __LUAFTGL_H__
#define __LUAFTGL_H__
-#include <FTGLExtrdFont.h>
-#include <FTGLOutlineFont.h>
-#include <FTGLPolygonFont.h>
-#include <FTGLTextureFont.h>
-#include <FTGLPixmapFont.h>
-#include <FTGLBitmapFont.h>
+#include <FTGL/ftgl.h>
#include <Exceptions.h>
#include <BLua.h>