#include <trackball> on the top

This commit is contained in:
Federico Ponchio 2004-10-19 17:04:32 +00:00
parent 64e6a53c0b
commit 8c7b15e524
1 changed files with 6 additions and 1 deletions

View File

@ -24,6 +24,9 @@
History History
$Log: not supported by cvs2svn $ $Log: not supported by cvs2svn $
Revision 1.4 2004/10/19 04:23:57 ponchio
Added trackball.
Revision 1.3 2004/09/17 15:25:09 ponchio Revision 1.3 2004/09/17 15:25:09 ponchio
First working (hopefully) release. First working (hopefully) release.
@ -48,6 +51,8 @@ Created
#include <iostream> #include <iostream>
using namespace std; using namespace std;
#include <wrap/gui/trackball.h>
#include <SDL/SDL.h> #include <SDL/SDL.h>
#ifdef WIN32 #ifdef WIN32
@ -59,7 +64,7 @@ using namespace std;
#include <apps/nexus/crude.h> #include <apps/nexus/crude.h>
#include <apps/nexus/vert_remap.h> #include <apps/nexus/vert_remap.h>
#include <wrap/gui/trackball.h>
using namespace vcg; using namespace vcg;
using namespace nxs; using namespace nxs;