source: trunk/Utilities/Miscellaneous/MfcWindowlessVideoRenderer01/MfcWindowlessVideoRenderer01.h @ 937

Last change on this file since 937 was 281, checked in by roman, 10 years ago
File size: 1014 bytes
Line 
1////////////////////////////////////////////////////////////
2// MfcWindowlessVideoRenderer01.h : main header file for the PROJECT_NAME application
3//
4// Copyright (C) Alax.Info, 2006-2008
5// http://alax.info
6//
7// A permission to use the source code is granted as long as reference to
8// source website http://alax.info is retained.
9//
10// Created by Roman Ryltsov roman@alax.info
11//
12// $Id: MfcWindowlessVideoRenderer01.h 14 2008-11-19 09:23:16Z alax $
13
14#pragma once
15
16#ifndef __AFXWIN_H__
17        #error "include 'stdafx.h' before including this file for PCH"
18#endif
19
20#include "resource.h"           // main symbols
21#include "MfcWindowlessVideoRenderer01_i.h"
22
23
24// CMyApplication:
25// See MfcWindowlessVideoRenderer01.cpp for the implementation of this class
26//
27
28class CMyApplication : public CWinAppEx
29{
30public:
31        CMyApplication();
32
33// Overrides
34        public:
35        virtual BOOL InitInstance();
36
37// Implementation
38
39        DECLARE_MESSAGE_MAP()
40        BOOL ExitInstance(void);
41};
42
43extern CMyApplication theApp;
Note: See TracBrowser for help on using the repository browser.