0
0
Fork 0
mirror of https://github.com/ZDoom/raze-gles.git synced 2025-02-19 10:01:13 +00:00
raze-gles/source/core/statistics.h

12 lines
268 B
C
Raw Normal View History

#pragma once
#include "files.h"
void STAT_StartNewGame(const char *episode, int skill);
void STAT_NewLevel(const char* mapname);
void STAT_Update(bool endofgame);
void STAT_Cancel();
class FSerializer;
void InitStatistics();
void SerializeStatistics(FSerializer &);