mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-27 01:24:51 -04:00
github publish
This commit is contained in:
commit
506e23bf32
542 changed files with 120675 additions and 0 deletions
31
UTILS/Podlahar/Podlahar.h
Normal file
31
UTILS/Podlahar/Podlahar.h
Normal file
|
@ -0,0 +1,31 @@
|
|||
// Podlahar.h : main header file for the PROJECT_NAME application
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __AFXWIN_H__
|
||||
#error include 'stdafx.h' before including this file for PCH
|
||||
#endif
|
||||
|
||||
#include "resource.h" // main symbols
|
||||
|
||||
|
||||
// CPodlaharApp:
|
||||
// See Podlahar.cpp for the implementation of this class
|
||||
//
|
||||
|
||||
class CPodlaharApp : public CWinApp
|
||||
{
|
||||
public:
|
||||
CPodlaharApp();
|
||||
|
||||
// Overrides
|
||||
public:
|
||||
virtual BOOL InitInstance();
|
||||
|
||||
// Implementation
|
||||
|
||||
DECLARE_MESSAGE_MAP()
|
||||
};
|
||||
|
||||
extern CPodlaharApp theApp;
|
Loading…
Add table
Add a link
Reference in a new issue