Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 13, 2010, 12:09:04 AM (14 years ago)
Author:
rgrieder
Message:

Adding some compiler errors to test OS X stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ois_update/src/libraries/util/Math.cc

    r7401 r7532  
    4040// Do not remove this include, it avoids linker errors.
    4141#include "mbool.h"
     42
     43#ifdef ORXONOX_ARCH_64
     44class IsArch64 {};
     45struct IsArch64 {};
     46#else
     47class IsArch32 {};
     48struct IsArch32 {};
     49#endif
    4250
    4351namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.