#ifndef IL_ABSTRACT_PLATFORM_H #define IL_ABSTRACT_PLATFORM_H // Detection functions #include "iLArchitecture.h" #include "iLCompiler.h" #include "iLOperatingSystem.h" #include "iLPlatform.h" // Various platform independent facilities #include "iLVersion.h" #include "iLTypes.h" #include "iLThreads.h" #include "iLFile.h" #endif // IL_ABSTRACT_PLATFORM_H