SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
include
Game
LiveActor
ShadowVolumeOval.hpp
1
#pragma once
2
3
#include "Game/LiveActor/ShadowVolumeModel.hpp"
4
5
class
ShadowVolumeOval
:
public
ShadowVolumeModel
{
6
public
:
7
ShadowVolumeOval
();
8
9
virtual
bool
isDraw()
const
;
10
11
void
setSize(
const
TVec3f &);
12
13
TVec3f mSize;
// _20
14
};
ShadowVolumeModel
Definition
ShadowVolumeModel.hpp:7
ShadowVolumeOval
Definition
ShadowVolumeOval.hpp:5
Generated by
1.10.0