- add the precompiled header file for the previous commit.

This commit is contained in:
Christoph Oelckers 2016-04-10 13:10:41 +02:00
parent 9cc873ecdd
commit 08b0be11a6
1 changed files with 20 additions and 0 deletions

20
src/g_pch.h Normal file
View File

@ -0,0 +1,20 @@
#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <float.h>
#include <math.h>
#include <limits.h>
#include <stdarg.h>
#include <errno.h>
#include <ctype.h>
#include <stdint.h>
#include <zlib.h>
#include <new>
#include <algorithm>
#include <sys/stat.h>
#include <sys/types.h>
#include <cassert>
#include <direct.h>
#include <io.h>
#include <limits>