mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-27 23:12:49 +00:00
Lots of fixes for the Linux build:
- renamed sysdep/unix/ functions where necessary - more int -> LibError conversions in the sysdep/unix/ part - added some explicit #include statements where necessary - moved enum LibError/ErrorReaction declarations (gcc doesn't support forward enum declarations) This was SVN commit r3267.
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
#include "precompiled.h"
|
||||
|
||||
#include <float.h>
|
||||
|
||||
#include "lib/res/res.h"
|
||||
#include "Model.h"
|
||||
#include "UnitManager.h"
|
||||
|
||||
Reference in New Issue
Block a user