|
HoverRace
2.0
|
Functions | |
| MR_DllDeclare void | Clean () noexcept |
| Must be called at the end of the program. More... | |
| MR_DllDeclare std::shared_ptr< ObjectFromFactory > | CreateObject (const ObjectFromFactoryId &pId) |
| Fast Object Creation function. More... | |
| MR_DllDeclare void | Init () noexcept |
| Must be called at the beginning of the program. More... | |
|
noexcept |
Must be called at the end of the program.
| std::shared_ptr< ObjectFromFactory > HoverRace::Util::DllObjectFactory::CreateObject | ( | const ObjectFromFactoryId & | pId | ) |
Fast Object Creation function.
|
noexcept |
Must be called at the beginning of the program.
1.8.11