1
0
forked from 0ad/0ad

endian.h renamed (conflict with linux system header)

This was SVN commit r1844.
This commit is contained in:
Simon Brenner 2005-01-27 20:00:47 +00:00
parent 9b7007e546
commit b704c7b0e4
4 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#include "precompiled.h"
#include "endian.h"
#include "byte_order.h"
u16 read_le16(const void* p)

View File

@ -27,7 +27,7 @@
#include "lib.h"
#include "res.h"
#include "tex.h"
#include "endian.h"
#include "byte_order.h"
// supported formats:

View File

@ -37,7 +37,7 @@
#include "lib.h"
#include "zip.h"
#include "res.h"
#include "endian.h"
#include "byte_order.h"
#include <map>