Subversion Repositories gelsvn

Rev

Rev 595 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 595 Rev 601
Line 11... Line 11...
11
#ifndef __UTIL_HASHKEY_H
11
#ifndef __UTIL_HASHKEY_H
12
#define __UTIL_HASHKEY_H
12
#define __UTIL_HASHKEY_H
13
 
13
 
14
#include <stdlib.h>
14
#include <stdlib.h>
15
#include <limits.h>
15
#include <limits.h>
16
#include "CGLA/Vec3uc.h"
16
#include "../CGLA/Vec3uc.h"
17
#include "CGLA/Vec3usi.h"
17
#include "../CGLA/Vec3usi.h"
18
 
18
 
19
namespace Util
19
namespace Util
20
{
20
{
21
 
21
 
22
	
22