Move make code to own header

This commit is contained in:
2023-12-01 22:39:44 -05:00
parent b5e3ccde5a
commit 018cd9dac0
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>