#include "GameControlData.h"
#include "Platform/SystemCall.h"
#include "Tools/Debugging/Debugging.h"
Include dependency graph for GameControlData.cpp:
Go to the source code of this file.
Functions | |
In & | operator>> (In &stream, GlobalGameControlData &globalGameControlData) |
Streaming operator that reads a GlobalGameControlData from a stream. | |
Out & | operator<< (Out &stream, const GlobalGameControlData &globalGameControlData) |
Streaming operator that writes a GlobalGameControlData to a stream. | |
In & | operator>> (In &stream, GameControlData &gameControlData) |
Streaming operator that reads a GameControlData from a stream. | |
Out & | operator<< (Out &stream, const GameControlData &gameControlData) |
Streaming operator that writes a GameControlData to a stream. |
Definition in file GameControlData.cpp.
|
Streaming operator that reads a GlobalGameControlData from a stream.
Definition at line 23 of file GameControlData.cpp. |
|
Streaming operator that writes a GlobalGameControlData to a stream.
Definition at line 29 of file GameControlData.cpp. |
|
Streaming operator that reads a GameControlData from a stream.
Definition at line 111 of file GameControlData.cpp. |
|
Streaming operator that writes a GameControlData to a stream.
Definition at line 118 of file GameControlData.cpp. |