From 7dc4e5bfc85474700b3731fc06e48a0e5c1d387b Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 7 Aug 2019 10:40:36 +0200 Subject: Refactoring loader configuration --- shared.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'shared.h') diff --git a/shared.h b/shared.h index 8efc3eb..2f796c7 100644 --- a/shared.h +++ b/shared.h @@ -1 +1,6 @@ +#ifndef SHARED_H_ +#define SHARED_H_ + extern std::map config; + +#endif -- cgit v1.2.1