HandmadeHero/project/platform/platform.h
2023-09-17 23:41:19 -04:00

13 lines
228 B
C

/*
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"