HandmadeHero/project/handmade_win32.cpp

28 lines
614 B
C++
Raw Normal View History

2023-10-06 23:33:39 -07:00
/*
Handmade Win32 Platform Translation Unit
*/
2023-09-23 18:03:33 -07:00
2023-10-06 23:33:39 -07:00
#include "compiler_ignores.hpp"
#include <math.h> // TEMP
#include <stdio.h> // TEMP
#include "grime.hpp"
#include "macros.hpp"
#include "generics.hpp"
#include "math_constants.hpp"
#include "types.hpp"
#include "intrinsics.hpp"
#include "strings.hpp"
#include "context.hpp"
#include "platform.hpp"
// Engine layer headers
#include "engine/engine.hpp"
#include "engine/engine_to_platform_api.hpp"
#include "gen/engine_symbol_table.hpp"
#include "jsl.hpp" // Using this to get dualsense controllers
#include "win32/win32.hpp"
#include "win32/win32_platform.cpp"