12 #include "../stdafx.h"
13 #include "../goal_base.h"
17 #include "../safeguards.h"
19 static const SaveLoad _goals_desc[] = {
29 static void Save_GOAL()
33 SlSetArrayIndex(s->
index);
38 static void Load_GOAL()
48 {
'GOAL', Save_GOAL, Load_GOAL, NULL, NULL, CH_ARRAY |
CH_LAST},