SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
source
Game
AreaObj
SunLightArea.cpp
1
#include "Game/AreaObj/SunLightArea.hpp"
2
3
SunLightArea::SunLightArea(
int
type,
const
char
*pName) :
AreaObj
(type, pName) {
4
5
}
6
7
SunLightArea::~SunLightArea() {
8
9
}
10
11
const
char
*SunLightArea::getManagerName()
const
{
12
return
"SunLightArea"
;
13
}
AreaObj
Definition
AreaObj.hpp:10
Generated by
1.10.0