11 lines
115 B
C++
11 lines
115 B
C++
#include "StdAfx.h"
|
|
#include ".\serverinfo.h"
|
|
|
|
ServerInfo::ServerInfo(void)
|
|
{
|
|
}
|
|
|
|
ServerInfo::~ServerInfo(void)
|
|
{
|
|
}
|