mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2024-11-10 03:44:53 -08:00
12 lines
206 B
C
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"
|
||
|
|