/[PAMELA software]/yodaUtility/sgp4/stdafx.h
ViewVC logotype

Contents of /yodaUtility/sgp4/stdafx.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Sun Apr 30 11:08:15 2006 UTC (18 years, 8 months ago) by kusanagi
Branch point for: MAIN
File MIME type: text/plain
Initial revision

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