Integrate library into project

This commit is contained in:
2023-11-23 22:07:08 -05:00
parent 9197652d9b
commit 48a656ae2c
5 changed files with 11 additions and 5 deletions

View File

@@ -5,6 +5,7 @@
#include <PSX/GPU/gpu.hpp>
#include <PSX/GPU/gpu_primitives.hpp>
#include <PSX/Timer/frame_timer.hpp>
#include <FontWriter/FontWriter.hpp>
#include <stdio.h>
using namespace JabyEngine;
@@ -34,6 +35,7 @@ static void render() {
}
void main() {
test();
setup();
Overlay::TimerTest::mesaure_busy_loop();