mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 13:53:57 -07:00
8 lines
106 B
C++
Executable file
8 lines
106 B
C++
Executable file
#include "precompiled.h"
|
|
|
|
#include "GameRecord.h"
|
|
|
|
void CGameRecord::WriteMessage(CNetMessage *pMsg)
|
|
{
|
|
|
|
}
|