Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cWndToaster.h
Go to the documentation of this file.
1 //
4 //
5 
6 #ifndef _INC_cWndToaster_H
7 #define _INC_cWndToaster_H
8 #ifndef NO_PRAGMA_ONCE
9 #pragma once
10 #endif
11 
12 #if ! defined(_MFC_VER) && defined(_WIN32) && ! defined(UNDER_CE)
13 
14 namespace GrayLib
15 {
16  class cWndToaster
17  {
18  public:
19  cWndToaster();
20  ~cWndToaster();
21  };
22 }
23 
24 #endif
25 #endif
Definition: cMesh.h:22