NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
lyt_init.h
1#ifndef NW4R_LYT_INIT_H
2#define NW4R_LYT_INIT_H
3#include <nw4r/types_nw4r.h>
4
5namespace nw4r {
6namespace lyt {
7
8void LytInit();
9
10} // namespace lyt
11} // namespace nw4r
12
13#endif
2D graphics drawing library.