(svn r11684) -Codechange: split gfx.h in a type and functional header.

This commit is contained in:
rubidium
2007-12-23 10:56:02 +00:00
parent a3693160cf
commit 507463e420
64 changed files with 343 additions and 287 deletions

View File

@@ -5,7 +5,7 @@
#include "../../variables.h"
#include "../../debug.h"
#include "../../functions.h"
#include "../../gfx.h"
#include "../../gfx_func.h"
#include "../../fileio.h"
#include "../../blitter/factory.hpp"