Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/physics/src/bullet/BulletMultiThreaded/PpuAddressSpace.h @ 1966

Last change on this file since 1966 was 1965, checked in by rgrieder, 16 years ago

file required after all.

  • Property svn:eol-style set to native
File size: 165 bytes
Line 
1#ifndef __PPU_ADDRESS_SPACE_H
2#define __PPU_ADDRESS_SPACE_H
3
4#ifdef USE_ADDR64
5typedef uint64_t ppu_address_t;
6#else
7typedef uint32_t ppu_address_t;
8#endif
9
10#endif
11
Note: See TracBrowser for help on using the repository browser.