1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Na początek.

This commit is contained in:
Michał W. Urbańczyk
2007-06-06 16:12:12 +00:00
parent ac4ce5af49
commit 01e84b9e40
13 changed files with 2187 additions and 0 deletions

16
stdafx.h Normal file
View File

@@ -0,0 +1,16 @@
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#include <stdio.h>
#include <tchar.h>
#include <string>
#include <vector>
// TODO: reference additional headers your program requires here