Subversion Repositories gelsvn

Rev

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

Rev 394 Rev 447
Line -... Line 1...
-
 
1
#ifndef __GLGRAPHICS_GLVIEWCONTROLLER_H__
-
 
2
#define __GLGRAPHICS_GLVIEWCONTROLLER_H__
-
 
3
 
1
#include <fstream>
4
#include <fstream>
2
#include "QuatTrackBall.h"
5
#include "QuatTrackBall.h"
3
 
6
 
4
namespace GLGraphics
7
namespace GLGraphics
5
{
8
{
Line 84... Line 87...
84
		/// Save trackball to stream.
87
		/// Save trackball to stream.
85
		bool save(std::ofstream&) const;
88
		bool save(std::ofstream&) const;
86
	};
89
	};
87
	
90
	
88
}
91
}
-
 
92
 
-
 
93
#endif