0
0
Fork 0
mirror of https://github.com/ZDoom/raze-gles.git synced 2025-01-25 16:31:19 +00:00
raze-gles/source/core/secrets.h

9 lines
193 B
C
Raw Normal View History

#pragma once
#include "files.h"
class FSerializer;
void SECRET_Serialize(FSerializer &arc);
2019-11-12 23:44:33 +00:00
void SECRET_SetMapName(const char *filename, const char *maptitle);
void SECRET_Trigger(int num);