goat3d

diff src/chunk.h @ 41:da3f335e0069

revamped the visual studio project files
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 01 Dec 2013 01:31:53 +0200
parents 188c697b3b49
children 498ca7ac7047
line diff
     1.1 --- a/src/chunk.h	Sun Oct 13 10:14:19 2013 +0300
     1.2 +++ b/src/chunk.h	Sun Dec 01 01:31:53 2013 +0200
     1.3 @@ -1,7 +1,11 @@
     1.4  #ifndef CHUNK_H_
     1.5  #define CHUNK_H_
     1.6  
     1.7 +#ifndef _MSC_VER
     1.8  #include <stdint.h>
     1.9 +#else
    1.10 +typedef unsigned __int32 uint32_t;
    1.11 +#endif
    1.12  
    1.13  enum {
    1.14  	CNK_INVALID,		// this shouldn't appear in files