raze-gles/source/core/statistics.h
Christoph Oelckers e2f5e8fe34 - renamed 'common' to 'core'.
We'll need 'common' for something else.
2020-04-12 08:30:36 +02:00

11 lines
268 B
C++

#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 &);