(svn r11827) -Codechange: do not include enum_type.hpp unnecessary.

This commit is contained in:
rubidium
2008-01-13 00:28:01 +00:00
parent 818979ebe3
commit 72c9b35b11
7 changed files with 9 additions and 7 deletions

View File

@@ -7,6 +7,7 @@
#include <map>
#include <string>
#include "core/enum_type.hpp"
void FioSeekTo(uint32 pos, int mode);
void FioSeekToFile(uint8 slot, uint32 pos);