Integrating precompiled headers support (might speed up compilation). Currently disabled (in .pro files).

This commit is contained in:
lotodore
2009-05-07 22:36:51 +00:00
parent e813c49fe5
commit ac4c2e9aef
36 changed files with 133 additions and 73 deletions
+4 -4
View File
@@ -19,12 +19,14 @@
***************************************************************************/
#ifndef STDSESSION_H
#define STDSESSION_H
#include <boost/shared_ptr.hpp>
#include <string>
#include "serverdata.h"
#include "gamedata.h"
#include "playerdata.h"
#include "game_defs.h"
#include <string>
#include <boost/shared_ptr.hpp>
#include <core/crypthelper.h>
class GuiInterface;
@@ -117,6 +119,4 @@ private:
QtToolsInterface *myQtToolsInterface;
};
#endif