raze-gles/source/common/statistics.h
Christoph Oelckers 35bc7f56fc - added secret hint code.
Not hooked up yet.
2019-11-12 23:23:22 +01:00

10 lines
261 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();
void SaveStatistics(FileWriter& fil);
bool ReadStatistics(FileReader& fil);