liblcf
|
#include "lcf_options.h"
#include "rpg_actor.h"
#include "rpg_mapinfo.h"
#include "rpg_system.h"
#include "rpg_save.h"
#include "rpg_savemapinfo.h"
#include "data.h"
Go to the source code of this file.
Functions | |
template<typename T , typename U > | |
static void | FixInt (T &val, U def) |
template<typename T , typename U > | |
void | UnFixInt (T &val, U def) |
|
static |
Definition at line 20 of file rpg_fixup.cpp.
Referenced by RPG::SaveMapInfo::Fixup().
void UnFixInt | ( | T & | val, |
U | def | ||
) |
Definition at line 27 of file rpg_fixup.cpp.
Referenced by RPG::SaveMapInfo::UnFixup().