mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-21 19:11:06 +00:00
7 lines
166 B
C
7 lines
166 B
C
#pragma once
|
|
|
|
|
|
void STAT_StartNewGame(const char *episode, int skill);
|
|
void STAT_NewLevel(const char* mapname);
|
|
void STAT_Update(bool endofgame);
|
|
void STAT_Cancel();
|