NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
ef_drawbillboardstrategy.h
1
#ifndef NW4R_EF_DRAW_BILLBOARD_STRATEGY_H
2
#define NW4R_EF_DRAW_BILLBOARD_STRATEGY_H
3
#include "types_nw4r.h"
4
#include "ef_drawstrategyimpl.h"
5
6
namespace
nw4r
7
{
8
namespace
ef
9
{
10
class
DrawBillboardStrategy :
public
DrawStrategyImpl
11
{
12
public
:
13
DrawBillboardStrategy();
14
virtual
UNKTYPE GetCalcAheadFunc(
ParticleManager
*);
// at 0x18
15
16
virtual
void
Draw(
const
DrawInfo
&,
ParticleManager
*);
17
};
18
}
19
}
20
21
#endif
nw4r::ef::DrawInfo
Definition
ef_drawinfo.h:12
nw4r::ef::ParticleManager
Definition
ef_particlemanager.h:23
include
lib
nw4r
ef
drawstrategy
ef_drawbillboardstrategy.h
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2