diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-19 11:32:19 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-19 11:32:19 +0300 |
commit | 7abf016291b68e30139e0b8349d83333c39bcf88 (patch) | |
tree | cddf4624febc0adfe1e4a369c688bce48c990392 | |
parent | 5d367f0e54fd1bf62f22b869ef75765ec9383e2c (diff) |
new file: core/globals.h
-rw-r--r-- | core/globals.h | 6 |
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 |