1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

- fixed include random generator header

This commit is contained in:
beegee1 2014-04-18 18:45:47 +02:00
parent 1d57b75bc5
commit e2bcac4d27

View File

@ -1,7 +1,7 @@
#include "StdInc.h"
#include "CEmptyAI.h"
#include "CRandomGenerator.h"
#include "../../lib/CRandomGenerator.h"
void CEmptyAI::init(shared_ptr<CCallback> CB)
{