2015-10-16 16:19:25 +02:00
|
|
|
--- BlockOut/BotPlayerAI.cpp.orig 2015-08-20 21:43:41.000000000 +0600
|
|
|
|
+++ BlockOut/BotPlayerAI.cpp 2015-08-20 21:43:51.000000000 +0600
|
|
|
|
@@ -15,7 +15,7 @@
|
2015-10-19 12:30:47 +02:00
|
|
|
GNU General Public License for more details.
|
|
|
|
*/
|
|
|
|
#include "BotPlayer.h"
|
|
|
|
-#include <malloc.h>
|
|
|
|
+#include <stdlib.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|