Changeset 131 for cafu/branches/cafu_to_wx/Ca3DE/AppCafu.hpp
- Timestamp:
- 08/26/10 15:45:04 (21 months ago)
- Files:
-
- 1 modified
-
cafu/branches/cafu_to_wx/Ca3DE/AppCafu.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cafu/branches/cafu_to_wx/Ca3DE/AppCafu.hpp
r130 r131 43 43 44 44 /// This class represents the Cafu Engine application. 45 class AppCafu : public wxApp45 class AppCafuT : public wxApp 46 46 { 47 47 public: 48 48 49 AppCafu ();49 AppCafuT(); 50 50 51 51 /// Returns whether we successfully set a custom video mode (screen resolution) during initialization. … … 74 74 75 75 76 /// This macro provides the wxGetApp() function , which returns a reference to AppCafu, for use in other files.77 DECLARE_APP(AppCafu )76 /// This macro provides the wxGetApp() function which returns a reference to our AppCafuT instance. 77 DECLARE_APP(AppCafuT) 78 78 79 79 #endif
