Serious-Engine/Sources/Engine/Base/Statistics.h

17 lines
327 B
C
Raw Normal View History

2016-03-11 14:57:17 +01:00
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
#ifndef SE_INCL_STATISTICS_H
#define SE_INCL_STATISTICS_H
#ifdef PRAGMA_ONCE
#pragma once
#endif
// reset all values
ENGINE_API void STAT_Reset(void);
// make a new report
ENGINE_API void STAT_Report(CTString &strReport);
#endif /* include-once check. */