|
typedef bool(* | InitFunction) (int *, char ***) |
|
|
void | Register (InitFunction function, bool run_early, const char *description) |
|
bool | RunRegisteredEarlyInitFunctions (int *pargc, char ***pargv) |
|
bool | RunRegisteredInitFunctions (int *pargc, char ***pargv) |
|
Definition at line 11 of file init.h.
The documentation for this class was generated from the following files: