Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 10, 2008, 5:12:02 PM (16 years ago)
Author:
rgrieder
Message:
  • modified the input handler
  • few more little changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/input/src/orxonox/OrxonoxPlatform.h

    r975 r1022  
    190190
    191191// Integer formats of fixed bit width
    192 typedef unsigned int uint32;
     192// FIXME: consider 64 bit platforms!
     193/*typedef unsigned int uint32;
    193194typedef unsigned short uint16;
    194 typedef unsigned char uint8;
     195typedef unsigned char uint8;*/
    195196
    196197#ifdef ORXONOX_DOUBLE_PRECISION
Note: See TracChangeset for help on using the changeset viewer.