Move make code to own header

This commit is contained in:
Jaby
2023-12-01 22:39:44 -05:00
committed by Jaby
parent 854bce235c
commit 3d6be0f093
5 changed files with 335 additions and 333 deletions

View File

@@ -1,5 +1,5 @@
#include <PSX/GPU/gpu.hpp>
#include <PSX/GPU/gpu_primitives.hpp>
#include <PSX/GPU/make_gpu_primitives.hpp>
#include <FontWriter/font_writer.hpp>
#include <stdio.h>