Main Page   Namespace List   Class Hierarchy   Alphabetical List   Data Structures   File List   Namespace Members   Data Fields   Globals  

SDKParticules.h

Go to the documentation of this file.
00001 // SDKParticules.h : main header file for the PROJECT_NAME application
00002 //
00003 
00004 #pragma once
00005 
00006 #ifndef __AFXWIN_H__
00007         #error include 'stdafx.h' before including this file for PCH
00008 #endif
00009 
00010 #include "resource.h"           // main symbols
00011 
00012 
00013 // CSDKParticulesApp:
00014 // See SDKParticules.cpp for the implementation of this class
00015 //
00016 
00017 class CSDKParticulesApp : public CWinApp
00018 {
00019 public:
00020         CSDKParticulesApp();
00021 
00022 // Overrides
00023         public:
00024         virtual BOOL InitInstance();
00025 
00026 // Implementation
00027 
00028         DECLARE_MESSAGE_MAP()
00029 };
00030 
00031 extern CSDKParticulesApp theApp;

Generated on Tue Dec 10 18:20:09 2002 for ExNihilo by doxygen1.3-rc1