mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 13:53:57 -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);
|
|
}
|