Add eqemu_config_extern.h to cmake - add header blockers

This commit is contained in:
Akkadius 2016-05-24 22:57:12 -05:00
parent b4ee5c8515
commit ca2ad5b049
2 changed files with 5 additions and 0 deletions

View File

@ -132,6 +132,7 @@ SET(common_headers
eqemu_exception.h
eqemu_config.h
eqemu_config_elements.h
eqemu_config_extern.h
eqemu_logsys.h
eq_limits.h
eq_packet.h

View File

@ -16,7 +16,11 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef EQEMU_CONFIG_EXTERN
#define EQEMU_CONFIG_EXTERN
#include "eqemu_config.h"
extern const EQEmuConfig *Config;
#endif