mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-06 21:12:20 +00:00
985e441d80
Now everything is in place to transition the rest of the savegame code as well.
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);
|
|
|