mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
precompiled headers. need to change workspace settings for them to take effect
This was SVN commit r222.
This commit is contained in:
Executable
+1
@@ -0,0 +1 @@
|
||||
#include "precompiled.h"
|
||||
Executable
+24
@@ -0,0 +1,24 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <math.h>
|
||||
#include <assert.h>
|
||||
#include <stdarg.h>
|
||||
#include <limits.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <wchar.h>
|
||||
|
||||
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include <stack>
|
||||
#include <string>
|
||||
|
||||
#include <functional>
|
||||
#include <algorithm>
|
||||
|
||||
#include <numeric>
|
||||
Reference in New Issue
Block a user