www.pudn.com > NiHe > LiSanPoint.cpp
#include "stdafx.h"
#include "LiSanPoint.h"
IMPLEMENT_DYNCREATE(LiSanPoint,CObject)
LiSanPoint::LiSanPoint() //LiSanPoint( )
{
x=0;
y=0;
count++;
}
LiSanPoint::~LiSanPoint( )
{
count--;
}
int LiSanPoint::count=0;