Support font as resource LUS changes (#3993)

This commit is contained in:
briaguya
2024-03-04 23:36:23 -05:00
committed by GitHub
parent ebde648c59
commit 375349e4f7
5 changed files with 1 additions and 34 deletions
-2
View File
@@ -14,8 +14,6 @@ void OTRGetPixelDepthPrepare(float x, float y);
uint16_t OTRGetPixelDepth(float x, float y);
int32_t OTRGetLastScancode();
void ResourceMgr_LoadDirectory(const char* resName);
void ResourceMgr_LoadFile(const char* resName);
char* ResourceMgr_LoadFileFromDisk(const char* filePath);
uint16_t ResourceMgr_LoadTexWidthByName(char* texPath);
uint16_t ResourceMgr_LoadTexHeightByName(char* texPath);
size_t ResourceGetTexSizeByName(const char* name);