18 lines
166 B
C++
18 lines
166 B
C++
|
#include "MainLobby.h"
|
||
|
|
||
|
|
||
|
namespace DanBias
|
||
|
{
|
||
|
MainLobby::MainLobby()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
MainLobby::~MainLobby()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
void MainLobby::Release()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}//End namespace DanBias
|