summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/globals.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/globals.h b/core/globals.h
new file mode 100644
index 0000000..2fb7bdc
--- /dev/null
+++ b/core/globals.h
@@ -0,0 +1,6 @@
+#ifndef GLOBALS_H
+#define GLOBALS_H
+
+extern ACE_Log_Msg logger;
+
+#endif \ No newline at end of file