mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
8 lines
203 B
C
8 lines
203 B
C
#pragma once
|
|
#include "files.h"
|
|
|
|
void SECRET_Save(FileWriter &fil);
|
|
bool SECRET_Load(FileReader &fil);
|
|
void SECRET_SetMapName(const char *filename, const char *maptitle);
|
|
void SECRET_Trigger(int num);
|
|
|