Newer
Older
invertedlogic / InvertedLogic / iLPlatform / iLAbstractPlatform.h
@John Ryland John Ryland on 10 Nov 2019 364 bytes rename
#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