OpenTTD Source
1.11.2
|
#include "../stdafx.h"
#include "../group.h"
#include "../company_base.h"
#include "saveload.h"
#include "../safeguards.h"
Go to the source code of this file.
Functions | |
static void | Save_GRPS () |
static void | Load_GRPS () |
Variables | |
static const SaveLoad | _group_desc [] |
const ChunkHandler | _group_chunk_handlers [] |
Code handling saving and loading of economy data
Definition in file group_sl.cpp.
const ChunkHandler _group_chunk_handlers[] |
|
static |
Definition at line 18 of file group_sl.cpp.