src/botcommands.h

changeset 72
03e4d9db3fd9
parent 71
11f23fabf8a6
--- a/src/botcommands.h	Fri Jan 10 16:11:49 2014 +0200
+++ b/src/botcommands.h	Fri Jan 10 21:58:42 2014 +0200
@@ -49,23 +49,14 @@
 //
 //-----------------------------------------------------------------------------
 
-#ifndef __BOTCOMMANDS_H__
-#define __BOTCOMMANDS_H__
+#ifndef BOTC_BOTCOMMANDS_H
+#define BOTC_BOTCOMMANDS_H
 
 #include "bots.h"
 
 //*****************************************************************************
 //  DEFINES
 
-#define	SETENEMY_LASTSEEN		0
-#define	SETENEMY_LASTSHOTBY		1
-
-// Different results for pathing commands.
-#define	PATH_UNREACHABLE			-1
-#define	PATH_INCOMPLETE				0
-#define	PATH_COMPLETE				1
-#define	PATH_REACHEDGOAL			2
-
 // This is the size of the return string for the bot command functions.
 #define	BOTCMD_RETURNSTRING_SIZE	256
 
@@ -170,4 +161,4 @@
 
 } BOTCMD_e;
 
-#endif	// __BOTCOMMANDS_H__
\ No newline at end of file
+#endif	// BOTC_BOTCOMMANDS_H
\ No newline at end of file

mercurial