mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Add eqemu_config_extern.h to cmake - add header blockers
This commit is contained in:
parent
b4ee5c8515
commit
ca2ad5b049
@ -132,6 +132,7 @@ SET(common_headers
|
|||||||
eqemu_exception.h
|
eqemu_exception.h
|
||||||
eqemu_config.h
|
eqemu_config.h
|
||||||
eqemu_config_elements.h
|
eqemu_config_elements.h
|
||||||
|
eqemu_config_extern.h
|
||||||
eqemu_logsys.h
|
eqemu_logsys.h
|
||||||
eq_limits.h
|
eq_limits.h
|
||||||
eq_packet.h
|
eq_packet.h
|
||||||
|
|||||||
@ -16,7 +16,11 @@
|
|||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef EQEMU_CONFIG_EXTERN
|
||||||
|
#define EQEMU_CONFIG_EXTERN
|
||||||
|
|
||||||
#include "eqemu_config.h"
|
#include "eqemu_config.h"
|
||||||
|
|
||||||
extern const EQEmuConfig *Config;
|
extern const EQEmuConfig *Config;
|
||||||
|
|
||||||
|
#endif
|
||||||
Loading…
x
Reference in New Issue
Block a user