NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
eggLightTextureManager.hpp
1#pragma once
2
3#include <lib/egg/gx/eggModelEx.hpp>
4
5namespace EGG {
6
8public:
9 void drawAndCaptureTexture(float, float, float, float);
10 int getTextureIndex(char const *) const;
11 bool replaceModelTexture(int, EGG::ModelEx *) const;
12};
13
14} // namespace EGG