Add missing #includes to header files

- Multiple header files where missing #includes to other headers that
  where used in the header. Correct header was included in correct
  order in source files which caused everything to compile.
- Added missing #includes so header files correctly include all their
  dependencies and fixes problems with IDEs being unable to parse
  headers correctly due to missing symbols
This commit is contained in:
Lassi Hämäläinen
2018-09-26 01:14:10 +03:00
committed by Ivan
parent 499035512b
commit e9e87b8bd9
115 changed files with 210 additions and 73 deletions
+2
View File
@@ -6,6 +6,8 @@
#include "utils.h"
#include "Utilities/File.h"
constexpr u32 SDAT_FLAG = 0x01000000;
constexpr u32 EDAT_COMPRESSED_FLAG = 0x00000001;
constexpr u32 EDAT_FLAG_0x02 = 0x00000002;