Code handling saving and loading of cheats. More...
#include "../stdafx.h"
#include "../cheat_type.h"
#include "saveload.h"
Go to the source code of this file.
Functions | |
static void | Save_CHTS () |
static void | Load_CHTS () |
Variables | |
const ChunkHandler | _cheat_chunk_handlers [] |
Code handling saving and loading of cheats.
Definition in file cheat_sl.cpp.
const ChunkHandler _cheat_chunk_handlers[] |
{ { 'CHTS', Save_CHTS, Load_CHTS, NULL, NULL, CH_RIFF | CH_LAST}, }