Moved a few more common shared includes into the precompiled header.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef PRECOMPILEDHEADER_H
|
||||
#define PRECOMPILEDHEADER_H
|
||||
|
||||
#include <algorithm>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <list>
|
||||
#include <map>
|
||||
@@ -13,4 +15,6 @@
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include "JGE.h"
|
||||
|
||||
#endif //PRECOMPILEDHEADER_H
|
||||
Reference in New Issue
Block a user