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

some warning & code cleanup - nothing significant

This commit is contained in:
Łukasz Wychrystenko
2008-12-21 19:17:35 +00:00
parent 6fc8ed9365
commit 633b0007ba
44 changed files with 3178 additions and 2878 deletions

View File

@@ -1,15 +1,14 @@
#ifndef AIBASE_H
#define AIBASE_H
#ifdef _MSC_VER
#pragma once
#endif
#include <vector>
#include <iostream>
#include "CGameInterface.h"
#define AI_INTERFACE_VER 1
#endif //AIBASE_H