Complete disaster-recovery snapshot: engine/game source, game data assets, VC6 toolchain + DX SDKs, build outputs, deployed game, and _UNUSED archive. Large binaries in Git LFS; text preserved byte-for-byte (core.autocrlf=false, no eol attributes). See RECOVERY.md for the one-clone rebuild procedure.
23 lines
459 B
C++
23 lines
459 B
C++
// HFFeature.cpp: implementation of the CHFFeature class.
|
|
//
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
#include "stdafx.h"
|
|
#include "imagegrinder.h"
|
|
#include "HFFeature.h"
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
// Construction/Destruction
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
CHFFeature::CHFFeature()
|
|
{
|
|
|
|
}
|
|
|
|
CHFFeature::~CHFFeature()
|
|
{
|
|
|
|
}
|