HandmadeHero/project/platform/platform.h

12 lines
227 B
C
Raw Normal View History

2023-09-15 18:35:27 -07:00
/*
Platform abstraction layer for the project.
Services the platform provides to the engine & game.
*/
#pragma once
#include "grime.h"
#include "macros.h"
2023-09-17 18:20:11 -07:00
#include "generics.h"
2023-09-15 18:35:27 -07:00
#include "math_constants.h"
#include "types.h"