Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
saveload.cpp File Reference
#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.

Macros

#define UPDATE_NETWORK
 

Functions

void Force_Link_WWSaveLoad (void)
 

Macro Definition Documentation

◆ UPDATE_NETWORK

#define UPDATE_NETWORK
Value:
if (network_callback) { \
unsigned long time2 = TIMEGETTIME(); \
if (time2 - time > 20) { \
network_callback(); \
time = time2; \
} \
} \
#define TIMEGETTIME
Definition systimer.h:44

Definition at line 110 of file saveload.cpp.

Function Documentation

◆ Force_Link_WWSaveLoad()

void Force_Link_WWSaveLoad ( void )

Definition at line 303 of file saveload.cpp.