NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
eggLightTexture.hpp
1#pragma once
2
3#include <types.h>
4
5namespace EGG {
6
7namespace LightTexture {
8 void initialize(unsigned short, EGG::Heap*);
9}
10
11} // namespace EGG