mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 21:34:08 -07:00
8 lines
124 B
C++
Executable file
8 lines
124 B
C++
Executable file
#include "precompiled.h"
|
|
|
|
#include <Network/Session.h>
|
|
|
|
CNetSession::~CNetSession()
|
|
{
|
|
g_SessionManager.Deregister(this);
|
|
}
|