ide, launcher: Move to new directory
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
|
||||
#ifndef STDAFX_H
|
||||
#define STDAFX_H
|
||||
|
||||
#pragma warning(disable:4786)
|
||||
|
||||
#include <afxwin.h> // Core
|
||||
#include <afxrich.h> // CRich edit
|
||||
#include <afxhtml.h> // CHtmlView
|
||||
|
||||
#include "../stdutil/stdutil.h"
|
||||
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <list>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user