mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Replace removed bigendian declaration.
This commit is contained in:
parent
6141bc35d0
commit
0fd0bd5d96
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@
|
|||
#define LittleFloat FloatSwap
|
||||
#endif
|
||||
|
||||
extern qboolean bigendien;
|
||||
|
||||
short ShortSwap (short l);
|
||||
short ShortNoSwap (short l);
|
||||
int LongSwap (int l);
|
||||
|
|
Loading…
Reference in a new issue