00001 /******************************************************************************/ 00002 // 00003 // Program: gluxMark2, DIP 00004 // Author: Juraj Vanek, xvanek29@stud.fit.vutbr.cz 00005 // File: test_globals.h 00006 // Desc: include of necessary libraries, external variables 00007 // 00008 //*****************************************************************************/ 00009 #ifndef _TEST_GLOBALS_H_ 00010 #define _TEST_GLOBALS_H_ 00011 00012 #include "glux_engine/engine.h" 00013 #include <sstream> 00014 00015 extern stringstream results; //stream to write results into file 00016 00017 const int SPLASH = 1500; //splash screen duration 00018 00019 #endif