/* Platform abstraction layer for the project. Services the platform provides to the engine & game. */ #pragma once #include "grime.h" #include "macros.h" #include "generics.h" #include "math_constants.h" #include "types.h"