Subversion Repositories gelsvn

Rev

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

Rev 147 Rev 152
Line 5... Line 5...
5
#include "CGLA/Vec2f.h"
5
#include "CGLA/Vec2f.h"
6
#include "CGLA/Vec3f.h"
6
#include "CGLA/Vec3f.h"
7
#include "CGLA/Vec3Hf.h"
7
#include "CGLA/Vec3Hf.h"
8
#include "CGLA/Quaternion.h"
8
#include "CGLA/Quaternion.h"
9
 
9
 
10
namespace Graphics
10
namespace GLGraphics
11
{
11
{
12
 
12
 
13
	enum TrackBallAction
13
	enum TrackBallAction
14
		{
14
		{
15
			NO_ACTION = 0,
15
			NO_ACTION = 0,
Line 138... Line 138...
138
		}
138
		}
139
 
139
 
140
	};
140
	};
141
 
141
 
142
}
142
}
143
namespace GFX = Graphics;
143
namespace GFX = GLGraphics;
144
 
144
 
145
#endif
145
#endif