Parent Directory | Revision Log
Initial revision
1 | kusanagi | 1.1 | // |
2 | // stdafx.h | ||
3 | // | ||
4 | #pragma once | ||
5 | |||
6 | //#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers | ||
7 | #include <stdio.h> | ||
8 | //#include <tchar.h> | ||
9 | |||
10 | #include <string> | ||
11 | #include <map> | ||
12 | #include <vector> | ||
13 | #include <algorithm> | ||
14 | #include <assert.h> | ||
15 | |||
16 | using namespace std; |
ViewVC Help | |
Powered by ViewVC 1.1.23 |