diff options
Diffstat (limited to 'lib/info.h')
-rw-r--r-- | lib/info.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -58,4 +58,10 @@ protected: string log_filename; }; +// For the global info object +namespace MIaV { + void initInfo(Info* info); + extern Info* info; +}; + #endif/*__MIAV_INFO_H__*/ |