diff options
author | pixel <pixel> | 2008-08-07 13:57:11 +0000 |
---|---|---|
committer | pixel <pixel> | 2008-08-07 13:57:11 +0000 |
commit | 4a72f3da8cbcd6693d58b6308d780cfa06aa9172 (patch) | |
tree | 47f1fb8a8e865049e54c729b91ea8af2ebe4cf9d /include | |
parent | f557328c86f0c5e2be3ab147f43c131bc245e8e3 (diff) |
compatibility updates...
Diffstat (limited to 'include')
-rw-r--r-- | include/LuaFTGL.h | 7 |
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> |