7 lines
132 B
C
7 lines
132 B
C
|
#pragma once
|
||
|
|
||
|
#include "engine_ptr.h"
|
||
|
|
||
|
// Returns true if AC is currently active
|
||
|
bool updateAc(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|