mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
9 lines
194 B
C++
9 lines
194 B
C++
#pragma once
|
|
#include "files.h"
|
|
|
|
class FSerializer;
|
|
void SECRET_Serialize(FSerializer &arc);
|
|
void SECRET_SetMapName(const char *filename, const char *maptitle);
|
|
bool SECRET_Trigger(int num);
|
|
|
|
|