MGCL V10  V10
MGCL V10
 全て クラス 名前空間 関数 変数 型定義 列挙型 列挙値 フレンド グループ ページ
MGCLStdAfx.h
1 /********************************************************************/
2 /* Copyright (c) 2015 DG Technologies Inc. and Yuzi Mizuno */
3 /* All rights reserved. */
4 /********************************************************************/
5 // MGCLStdAfx.h : Include File to define standard indespencible include files
6 #if !defined(AFX_STDAFX_H__3869FDFD_2FCB_4F23_A280_3EB784B557F3__INCLUDED_)
7 #define AFX_STDAFX_H__3869FDFD_2FCB_4F23_A280_3EB784B557F3__INCLUDED_
8 
9 #if _MSC_VER > 1000
10 #pragma once
11 #endif // _MSC_VER > 1000
12 
13 #include "targetver.h"
14 #include "MGCLDefs.h"
15 
16 // C/C++ standard library
17 #include <assert.h>
18 #include <malloc.h>
19 #include <math.h>
20 #include <stddef.h>
21 #include <stdio.h>
22 #include <stdlib.h>
23 #include <string.h>
24 #include <time.h>
25 
26 #include <algorithm>
27 #include <bitset>
28 #include <deque>
29 #include <functional>
30 #include <fstream>
31 #include <iomanip>
32 #include <iostream>
33 #include <iterator>
34 #include <list>
35 #include <memory>
36 #include <sstream>
37 #include <stack>
38 #include <string>
39 #include <utility>
40 #include <vector>
41 
42 // Windows specific library
43 #define VC_EXTRALEAN // Windows ヘッダーから殆ど使用されないスタッフを除外します。
44 #include <afxwin.h> // MFC のコアおよび標準コンポーネント
45 #include <afxext.h> // MFC の拡張部分
46 #include <afxdisp.h> // MFC のオートメーション クラス
47 #include <afxdtctl.h> // MFC の Internet Explorer 4 コモン コントロール サポート
48 
49 #ifndef _AFX_NO_AFXCMN_SUPPORT
50 #include <afxcmn.h> // MFC の Windows コモン コントロール サポート
51 #endif // _AFX_NO_AFXCMN_SUPPORT
52 
53 #include <gdiplus.h>
54 #include <Gdiplusimaging.h>
55 
56 // OpenGL
57 #include <gl/glew.h>
58 #include <gl/gl.h>
59 #include <gl/glu.h>
60 #include <glm/glm.hpp>
61 #include <glm/gtc/matrix_transform.hpp>
62 
63 //{{AFX_INSERT_LOCATION}}
64 // Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。
65 
66 #endif // !defined(AFX_STDAFX_H__3869FDFD_2FCB_4F23_A280_3EB784B557F3__INCLUDED_)