Move make code to own header

This commit is contained in:
Jaby
2023-12-01 22:39:44 -05:00
parent 5d5b1ae6de
commit 406749bacc
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>