2019-11-12 22:23:22 +00:00
|
|
|
#pragma once
|
|
|
|
#include "files.h"
|
|
|
|
|
2019-11-12 23:44:33 +00:00
|
|
|
void SECRET_Save(FileWriter &fil);
|
|
|
|
bool SECRET_Load(FileReader &fil);
|
|
|
|
void SECRET_SetMapName(const char *filename, const char *maptitle);
|
|
|
|
void SECRET_Trigger(int num);
|
|
|
|
|