11 lines
150 B
C++
11 lines
150 B
C++
#include "StdAfx.h"
|
|
#include ".\worldserverparser.h"
|
|
|
|
WorldServerParser::WorldServerParser(void)
|
|
{
|
|
}
|
|
|
|
WorldServerParser::~WorldServerParser(void)
|
|
{
|
|
}
|