#include "saveload.h"
#include "saveloadsubsystem.h"
#include "persist.h"
#include "persistfactory.h"
#include "chunkio.h"
#include "wwdebug.h"
#include "saveloadstatus.h"
#include "wwhack.h"
#include "wwprofile.h"
#include <windows.h>
#include "systimer.h"
Go to the source code of this file.
◆ UPDATE_NETWORK
Value: if (network_callback) { \
if (time2 - time > 20) { \
network_callback(); \
time = time2; \
} \
} \
Definition at line 110 of file saveload.cpp.
◆ Force_Link_WWSaveLoad()
| void Force_Link_WWSaveLoad |
( |
void | | ) |
|