*** empty log message ***

This commit is contained in:
David Anderson 2004-06-24 19:04:50 +00:00
parent 7741f8f6a9
commit ca24deb6b9

View File

@ -22,6 +22,10 @@
* Good place for configuration loading, commands and cvars registration. */ * Good place for configuration loading, commands and cvars registration. */
forward plugin_init(); forward plugin_init();
forward plugin_pause();
forward plugin_unpause();
/* Function is called when all plugin_init from plugins /* Function is called when all plugin_init from plugins
* were called, so all commmands and cvars should be already registered. */ * were called, so all commmands and cvars should be already registered. */
forward plugin_cfg(); forward plugin_cfg();