0
0
Fork 0
mirror of https://github.com/ZDoom/raze-gles.git synced 2025-01-25 08:21:14 +00:00
raze-gles/source/core/secrets.h
Christoph Oelckers e2f5e8fe34 - renamed 'common' to 'core'.
We'll need 'common' for something else.
2020-04-12 08:30:36 +02:00

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);