Fix include error

This commit is contained in:
jaby 2023-11-23 22:09:41 -05:00
parent 48a656ae2c
commit 51b80a4243
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#include <PSX/GPU/gpu.hpp>
#include <PSX/GPU/gpu_primitives.hpp>
#include <PSX/Timer/frame_timer.hpp>
#include <FontWriter/FontWriter.hpp>
#include <FontWriter/font_writer.hpp>
#include <stdio.h>
using namespace JabyEngine;