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