9 lines
186 B
C++
9 lines
186 B
C++
#include "StdAfx.h"
|
|
#include "PythonNetworkStream.h"
|
|
#include "PythonApplication.h"
|
|
#include "Packet.h"
|
|
|
|
void CPythonNetworkStream::OffLinePhase()
|
|
{
|
|
DispatchPacket(m_offlineHandlers);
|
|
} |