Files
Leviathan/Library/Internal/include/mmo/ArTime.h
T
2026-06-01 12:46:52 +02:00

11 lines
156 B
C

#pragma once
#include "ArType.h"
#include "../toolkit/SafeTickCount.h"
AR_TIME GetArTime();
void SetArTimeAdjust( int adjust );
int GetArTimeAdjust();