NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
d_font_manager.hpp
1#pragma once
2
3#include <types.h>
4#include <nw4r/ut.h>
5
6class dFontMng_c {
7public:
8 static void *getResFontData(const char *name);
9 static u8 getResFontIndex(const char *name);
10 static nw4r::ut::Font *getFont(int index);
11};