Subversion Repositories gelsvn

Rev

Rev 198 | Rev 594 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 198 Rev 447
Line 1... Line 1...
1
#ifndef __SIMPLETRACKBALL_H__
1
#ifndef __GLGRAPHICS_SIMPLETRACKBALL_H__
2
#define __SIMPLETRACKBALL_H__
2
#define __GLGRAPHICS_SIMPLETRACKBALL_H__
3
 
3
 
4
#include "CGLA/CGLA.h"
4
#include "CGLA/CGLA.h"
5
#include "CGLA/Vec3f.h"
5
#include "CGLA/Vec3f.h"
6
 
6
 
7
 
7