(svn r8095) -Codechange: stuff that is not related to HAL moved from hal.h to gfx.h

This commit is contained in:
KUDr
2007-01-13 14:43:46 +00:00
parent 57a366e6d8
commit 0edc029f9f
7 changed files with 200 additions and 183 deletions

View File

@@ -3,6 +3,8 @@
#ifndef FUNCTIONS_H
#define FUNCTIONS_H
#include "gfx.h"
void DoClearSquare(TileIndex tile);
void RunTileLoop(void);