HandmadeHero/project/platform/platform.h
2023-09-18 20:16:40 -04:00

12 lines
227 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"