9 lines
210 B
C++
9 lines
210 B
C++
#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();
|
|
} |