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.
51 lines
1.3 KiB
C++
51 lines
1.3 KiB
C++
// TCF2Hint.h : main header file for the TCF2HINT application
|
|
//
|
|
|
|
#if !defined(AFX_TCF2HINT_H__2BA92409_E769_4E2D_AA2B_A517B122C51A__INCLUDED_)
|
|
#define AFX_TCF2HINT_H__2BA92409_E769_4E2D_AA2B_A517B122C51A__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
|
|
#ifndef __AFXWIN_H__
|
|
#error include 'stdafx.h' before including this file for PCH
|
|
#endif
|
|
|
|
#include "resource.h" // main symbols
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CTCF2HintApp:
|
|
// See TCF2Hint.cpp for the implementation of this class
|
|
//
|
|
|
|
class CTCF2HintApp : public CWinApp
|
|
{
|
|
public:
|
|
CTCF2HintApp();
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(CTCF2HintApp)
|
|
public:
|
|
virtual BOOL InitInstance();
|
|
virtual int ExitInstance();
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
|
|
//{{AFX_MSG(CTCF2HintApp)
|
|
// NOTE - the ClassWizard will add and remove member functions here.
|
|
// DO NOT EDIT what you see in these blocks of generated code !
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
};
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_TCF2HINT_H__2BA92409_E769_4E2D_AA2B_A517B122C51A__INCLUDED_)
|