*** empty log message ***

This commit is contained in:
Federico Ponchio 2005-02-14 14:49:09 +00:00
parent ee233a924d
commit bc16ed65b7
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.34 2005/02/14 14:21:24 ponchio
Preload disabled at startap (-p)
Revision 1.33 2005/02/10 09:18:20 ponchio Revision 1.33 2005/02/10 09:18:20 ponchio
Statistics. Statistics.
@ -151,6 +154,9 @@ using namespace std;
#include <SDL/SDL.h> #include <SDL/SDL.h>
//this include MUST precede GL includes.
#include <apps/nexus/nexusmt.h>
#ifdef WIN32 #ifdef WIN32
#include <windows.h> #include <windows.h>
#endif #endif
@ -162,7 +168,6 @@ using namespace std;
#include <wrap/gui/trackball.h> #include <wrap/gui/trackball.h>
#include "watch.h" #include "watch.h"
#include <apps/nexus/nexusmt.h>
using namespace vcg; using namespace vcg;
using namespace nxs; using namespace nxs;