Files
BlitzNext/blitz3d/std.h
T

20 lines
296 B
C++
Raw Normal View History

2014-01-31 08:23:00 +13:00
#ifndef STD_H
#define STD_H
#pragma warning( disable:4786 )
#include "../config/config.h"
#include "../stdutil/stdutil.h"
#include "../gxruntime/gxruntime.h"
#include <set>
#include <map>
#include <string>
#include <vector>
#include <iostream>
#include <fstream>
using namespace std;
#endif