NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
ef_drawstrategy.h
1
#ifndef NW4R_EF_DRAW_STRATEGY_H
2
#define NW4R_EF_DRAW_STRATEGY_H
3
#include <nw4r/types_nw4r.h>
4
5
namespace
nw4r {
6
namespace
ef {
7
8
// Forward declarations
9
class
DrawInfo
;
10
class
ParticleManager
;
11
12
class
DrawStrategy {
13
public
:
14
DrawStrategy() {}
15
virtual
~DrawStrategy() {}
// at 0x8
16
17
virtual
void
Draw(
const
DrawInfo
& rInfo,
18
ParticleManager
* pManager) = 0;
// at 0xC
19
};
20
21
}
// namespace ef
22
}
// namespace nw4r
23
24
#endif
nw4r::ef::DrawInfo
Definition
ef_drawinfo.h:12
nw4r::ef::ParticleManager
Definition
ef_particlemanager.h:23
include
lib
nw4r
ef
ef_drawstrategy.h
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2