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

Bugfixes for AI, Callback Interface, logging macrodefs.

This commit is contained in:
Michał W. Urbańczyk
2007-12-06 18:32:06 +00:00
parent e1b2ae0df1
commit c8c0d0eaaf
11 changed files with 123 additions and 21 deletions

View File

@@ -9,13 +9,6 @@
#include <string>
#include <vector>
#define LOGUJ ;
#define CLOG ;
#ifndef LOGUJ
#define LOGUJ(a) (std::cout<<a)
#define CLOG(a) (std::cout<<a)
#endif
const bool CZERWONY=true, CZARNY=false;
template <typename T> class wezel
{