Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 4, 2006, 5:04:07 AM (18 years ago)
Author:
bensch
Message:

prefs: compile uint on windows (as unsigned int)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/preferences/src/lib/graphics/text_engine/font.h

    r6349 r6405  
    7878    inline static Font* getDefaultFont() { if (Font::defaultFont == NULL) initDefaultFont(); return Font::defaultFont; };
    7979
    80     void createAsciiImage(const char* fileName, uint size) const;
     80    void createAsciiImage(const char* fileName, unsigned int size) const;
    8181    static void initDefaultFont();
    8282    static void removeDefaultFont();
Note: See TracChangeset for help on using the changeset viewer.