Remove all old code
This commit is contained in:
9
examples/PoolBox/application/old/assets.hpp
Normal file
9
examples/PoolBox/application/old/assets.hpp
Normal 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();
|
||||
}
|
||||
Reference in New Issue
Block a user