rayzor

diff src/inttypes.h @ 15:be616b58df99

continued the renderer slightly
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 13 Apr 2014 09:54:36 +0300
parents a826bf0fb169
children
line diff
     1.1 --- a/src/inttypes.h	Sun Apr 13 08:06:21 2014 +0300
     1.2 +++ b/src/inttypes.h	Sun Apr 13 09:54:36 2014 +0300
     1.3 @@ -9,6 +9,8 @@
     1.4  typedef unsigned char uint8_t;
     1.5  typedef unsigned short uint16_t;
     1.6  typedef unsigned long uint32_t;
     1.7 +
     1.8 +typedef unsigned long intptr_t;
     1.9  #else
    1.10  #include <stdint.h>
    1.11  #endif