Code handling saving and loading of goals. More...
#include "../stdafx.h"
#include "../goal_base.h"
#include "saveload.h"
Go to the source code of this file.
Functions | |
static void | Save_GOAL () |
static void | Load_GOAL () |
Variables | |
static const SaveLoad | _goals_desc [] |
const ChunkHandler | _goal_chunk_handlers [] |
Code handling saving and loading of goals.
Definition in file goal_sl.cpp.
const ChunkHandler _goal_chunk_handlers[] |
{ { 'GOAL', Save_GOAL, Load_GOAL, NULL, NULL, CH_ARRAY | CH_LAST}, }