21 lines
231 B
C++
21 lines
231 B
C++
|
|
#include "stdafx.h"
|
|
|
|
#ifndef _NA_0_20110613_GAME_SHOP_RENEWAL
|
|
|
|
|
|
|
|
#include ".\presenthistory.h"
|
|
|
|
PresentHistory::PresentHistory()
|
|
{
|
|
}
|
|
|
|
PresentHistory::~PresentHistory()
|
|
{
|
|
}
|
|
|
|
|
|
|
|
#endif // not defined _NA_0_20110613_GAME_SHOP_RENEWAL
|