diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/modules.h b/include/modules.h index d3d0f64cc..0569fd33f 100644 --- a/include/modules.h +++ b/include/modules.h @@ -285,6 +285,8 @@ class CoreExport Module : public Extensible */ ModuleVersion GetVersion() const; + virtual void Prioritize(); + /* Everything below here are events. Modules must ModuleManager::Attach to these events * before they will be called. */ |