mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 22:06:08 +00:00
3d26549032
This was SVN commit r3802.
8 lines
113 B
C++
8 lines
113 B
C++
#include "precompiled.h"
|
|
|
|
#include "GameRecord.h"
|
|
|
|
void CGameRecord::WriteMessage(CNetMessage* UNUSED(pMsg))
|
|
{
|
|
}
|