mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-26 22:57:00 +02:00
cc7be20b07
Because of really huge amount of modifications here I've probably missed some minor stuff. I doubt if it's still compatible with gcc - some changes should be reapplied.
16 lines
131 B
C++
16 lines
131 B
C++
#pragma once
|
|
#include <vector>
|
|
#include <iostream>
|
|
#include "CGameInterface.h"
|
|
|
|
#define AI_INTERFACE_VER 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|