Browse Source

- fixed include random generator header

beegee1 11 năm trước cách đây
mục cha
commit
e2bcac4d27
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      AI/EmptyAI/CEmptyAI.cpp

+ 1 - 1
AI/EmptyAI/CEmptyAI.cpp

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