Convert Yoshi font and setup auto lba

This commit is contained in:
Jaby
2023-06-14 22:04:01 +02:00
parent 81627e25a8
commit cf737459aa
9 changed files with 42 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
#ifndef __ASSETS_HPP__
#define __ASSETS_HPP__
namespace Assets {
void load_for_main();
}
#endif //!__ASSETS_HPP__