source: dev/trunk/ab5.0/jenga/projects/jenga/stdafx.h@ 829

Last change on this file since 829 was 829, checked in by イグトランス (egtra), 12 years ago

svn:eol-styleとsvn:mime-type(文字コード指定含む)の設定

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain; charset=Shift_JIS
File size: 648 bytes
Line 
1#pragma once
2
3#include <algorithm>
4#include <map>
5#include <string>
6#include <vector>
7#include <fstream>
8#include <iostream>
9
10#include <windows.h>
11#include <stdio.h>
12#include <string.h>
13#include <math.h>
14#include <commctrl.h>
15#include <time.h>
16#include <limits.h>
17#include <shlobj.h>
18#include <process.h>
19#include <fcntl.h>
20#include <io.h>
21#include <imagehlp.h>
22#include <assert.h>
23
24#include <boost/foreach.hpp>
25#include <boost/implicit_cast.hpp>
26#include <boost/range/algorithm.hpp>
27#include <boost/serialization/serialization.hpp>
28#include <boost/serialization/nvp.hpp>
29#include <boost/serialization/export.hpp>
30
31#include <jenga/include/jenga.h>
Note: See TracBrowser for help on using the repository browser.