| 124 | } |
| 125 | |
| 126 | void SECRET_Serialize(FSerializer &arc) |
| 127 | { |
| 128 | if (arc.BeginObject("secrets")) |
| 129 | { |
| 130 | arc("secrets", discovered_secrets) |
| 131 | .EndObject(); |
| 132 | } |
| 133 | } |
| 134 | |
| 135 | void SECRET_SetMapName(const char *filename, const char *_maptitle) |
| 136 | { |
no test coverage detected