Replace removed bigendian declaration.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2003-02-23 22:53:03 +00:00
parent 6141bc35d0
commit 0fd0bd5d96
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@
#define LittleFloat FloatSwap #define LittleFloat FloatSwap
#endif #endif
extern qboolean bigendien;
short ShortSwap (short l); short ShortSwap (short l);
short ShortNoSwap (short l); short ShortNoSwap (short l);
int LongSwap (int l); int LongSwap (int l);