mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Add eqemu_config_extern.h to cmake - add header blockers
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user