16 lines
311 B
C
16 lines
311 B
C
/*
|
|
* @file globalaccess.h
|
|
* @bried version of global.h with DECLARE_ENGINE_PARAMETER_SIGNATURE & PASS_ENGINE_PARAMETER_SUFFIX
|
|
*
|
|
*
|
|
* unit_tests have a more meaningful version of this header
|
|
*
|
|
* @date Jan 28, 2019
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "global_shared.h"
|
|
|