summaryrefslogtreecommitdiff
path: root/lib/info.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/info.h')
-rw-r--r--lib/info.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/info.h b/lib/info.h
index d533051..d215577 100644
--- a/lib/info.h
+++ b/lib/info.h
@@ -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__*/