SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
include
Game
NameObj
NameObjFinder.hpp
1
#pragma once
2
3
#include "Game/NameObj/NameObjHolder.hpp"
4
5
class
NameObj
;
6
8
class
NameObjFinder
{
9
public
:
10
static
NameObj
* find(
const
char
*);
11
};
NameObjFinder
Class that supplies a static function to find a NameObj contained in the global NameObjHolder.
Definition
NameObjFinder.hpp:8
NameObj
The most basic form of an object.
Definition
NameObj.hpp:11
Generated by
1.10.0