Rename stdafx.h to pch.h

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman
2020-02-10 14:10:29 +01:00
parent dffc4bf9af
commit 0800f813ff
54 changed files with 360 additions and 360 deletions

View File

@@ -17,7 +17,7 @@
along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
*/
#include "stdafx.h"
#include "pch.h"
using namespace std;
using namespace stdex;