Integrating precompiled headers support (might speed up compilation). Currently disabled (in .pro files).
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user