include/rays/defs.h in rays-0.1.2 vs include/rays/defs.h in rays-0.1.3

- old
+ new

@@ -2,30 +2,23 @@ #pragma once #ifndef __RAYS_DEFS_H__ #define __RAYS_DEFS_H__ -#include <string> +#include <xot/defs.h> +#include <xot/string.h> namespace Rays { - typedef unsigned char uchar; + using namespace Xot::Types; - typedef unsigned short ushort; + using Xot::String; - typedef unsigned int uint; - typedef unsigned long ulong; - typedef float coord; - - typedef std::string String; - - - enum {UNKNOWN = 0}; }// Rays