|
Mario Kart 64
|
Go to the source code of this file.
Data Structures | |
| struct | ActorRegistryEntry |
Functions | |
| void | Registry_SpawnActor (SpawnParams ¶ms) |
| void | RegisterActor (const std::string &name, std::function< void(const SpawnParams &)> spawnFunc) |
Variables | |
| std::unordered_map< std::string, ActorRegistryEntry > | gActorRegistry |
| void RegisterActor | ( | const std::string & | name, |
| std::function< void(const SpawnParams &)> | spawnFunc ) |
| void Registry_SpawnActor | ( | SpawnParams & | params | ) |
|
extern |