2019-01-27 21:44:30 -08:00
|
|
|
/*
|
|
|
|
* @file globalaccess.h
|
|
|
|
*
|
|
|
|
* @date Jan 28, 2019
|
2020-01-07 21:02:40 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
2019-01-27 21:44:30 -08:00
|
|
|
*/
|
|
|
|
|
2019-11-14 21:00:13 -08:00
|
|
|
#pragma once
|
2019-01-27 21:44:30 -08:00
|
|
|
|
2019-11-19 22:35:08 -08:00
|
|
|
#include "global.h"
|
2020-11-11 16:06:04 -08:00
|
|
|
#include "engine_ptr.h"
|
2019-01-27 21:44:30 -08:00
|
|
|
|
2019-01-27 23:59:14 -08:00
|
|
|
#define CONFIG(x) engineConfiguration->x
|
|
|
|
#define ENGINE(x) engine->x
|