mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
e2f5e8fe34
We'll need 'common' for something else.
8 lines
193 B
C++
8 lines
193 B
C++
#pragma once
|
|
#include "files.h"
|
|
|
|
class FSerializer;
|
|
void SECRET_Serialize(FSerializer &arc);
|
|
void SECRET_SetMapName(const char *filename, const char *maptitle);
|
|
void SECRET_Trigger(int num);
|
|
|