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