HandmadeHero/project/platform/platform.h
2023-09-15 21:35:43 -04:00

12 lines
206 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 "math_constants.h"
#include "types.h"