Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 6, 2008, 9:51:01 PM (16 years ago)
Author:
rgrieder
Message:
  • changed library dependency dir to lib_precompiled/include/ in msvc properties
  • fixed a bug with tolua pkg file in msvc
  • (u)int64_t to (unsigned) long long (C-Standard, so most c++ will have it anyway)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/orxonox/gamestates/GSGraphics.h

    r1689 r1724  
    8080        unsigned long         frameCount_;
    8181        unsigned int          statisticsRefreshCycle_;
    82         uint64_t              statisticsStartTime_;
     82        unsigned long long    statisticsStartTime_;
    8383        unsigned long         statisticsStartCount_;
    8484        unsigned int          tickTime_;
Note: See TracChangeset for help on using the changeset viewer.