Remove all old code

This commit is contained in:
2024-01-03 10:21:07 -06:00
parent 7bc901355f
commit b4458d4280
12 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#pragma once
#include <PSX/File/Processor/cd_file_processor.hpp>
namespace Assets {
using namespace JabyEngine;
static constexpr auto FontTIM = SimpleTIM(960, 0, 960, 511);
void load_for_main();
}