(svn r11694) -Codechange: move more endianness related stuff to endian_func.hpp.

This commit is contained in:
rubidium
2007-12-25 13:28:09 +00:00
parent 429521a7d1
commit b3f6c0734b
11 changed files with 81 additions and 53 deletions

View File

@@ -30,6 +30,7 @@
#include "gfx_func.h"
#include "core/alloc_func.hpp"
#include "functions.h"
#include "core/endian_func.hpp"
#include <list>
extern const uint16 SAVEGAME_VERSION = 83;