#include "TacticEntry.h"
#include "Platform/GTAssert.h"
Include dependency graph for TacticEntry.cpp:
Go to the source code of this file.
Functions | |
In & | operator>> (In &stream, TacticEntryArray &tacticEntryArray) |
Streaming operator that reads a TacticEntryArray from a stream. | |
Out & | operator<< (Out &stream, const TacticEntryArray &tacticEntryArray) |
Streaming operator that writes a TacticEntryArray to a stream. |
Definition in file TacticEntry.cpp.
|
Streaming operator that reads a TacticEntryArray from a stream.
Definition at line 84 of file TacticEntry.cpp. |
|
Streaming operator that writes a TacticEntryArray to a stream.
Definition at line 269 of file TacticEntry.cpp. |