Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8316 in orxonox.OLD for trunk/src/lib/graphics/graphics_engine.h


Ignore:
Timestamp:
Jun 11, 2006, 1:57:27 PM (18 years ago)
Author:
bensch
Message:

trunk: fixed most -Wall warnings… but there are still many missing :/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/graphics_engine.h

    r7840 r8316  
    5454    inline int getbbp() const { return this->bitsPerPixel; };
    5555
    56     int resolutionChanged(const SDL_ResizeEvent& resizeInfo);
     56    void resolutionChanged(const SDL_ResizeEvent& resizeInfo);
    5757
    5858    static void enter2DMode();
     
    8888    GraphicsEngine();
    8989    int initVideo(unsigned int resX, unsigned int resY, unsigned int bbp);
    90     int setGLattribs();
     90    void setGLattribs();
    9191    void grabHardwareSettings();
    9292
Note: See TracChangeset for help on using the changeset viewer.