mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
e2f5e8fe34
We'll need 'common' for something else.
11 lines
268 B
C++
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 &);
|