1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00
Files
vcmi/AI_Base.h
Łukasz Wychrystenko b54a3bfb7c unified guardians names
2008-12-26 01:46:53 +00:00

11 lines
164 B
C++

#ifndef __AI_BASE_H__
#define __AI_BASE_H__
#include <vector>
#include <iostream>
#include "CGameInterface.h"
#define AI_INTERFACE_VER 1
#endif // __AI_BASE_H__