Show
Ignore:
Timestamp:
08/26/10 15:45:04 (21 months ago)
Author:
Carsten
Message:

Renamed class AppCafu to AppCafuT for consistency.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cafu/branches/cafu_to_wx/Ca3DE/AppCafu.hpp

    r130 r131  
    4343 
    4444/// This class represents the Cafu Engine application. 
    45 class AppCafu : public wxApp 
     45class AppCafuT : public wxApp 
    4646{ 
    4747    public: 
    4848 
    49     AppCafu(); 
     49    AppCafuT(); 
    5050 
    5151    /// Returns whether we successfully set a custom video mode (screen resolution) during initialization. 
     
    7474 
    7575 
    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. 
     77DECLARE_APP(AppCafuT) 
    7878 
    7979#endif