19 lines
217 B
C++
19 lines
217 B
C++
#include "StdAfx.h"
|
|
|
|
#ifndef _NA_0_20110613_GAME_SHOP_RENEWAL
|
|
|
|
|
|
|
|
#include ".\buyhistory.h"
|
|
|
|
BuyHistory::BuyHistory(void)
|
|
{
|
|
}
|
|
|
|
BuyHistory::~BuyHistory(void)
|
|
{
|
|
}
|
|
|
|
|
|
#endif // not defined _NA_0_20110613_GAME_SHOP_RENEWAL
|