BWAPI
BasicAIModule/include/Managers/Tasks/ScoutTask.h
Go to the documentation of this file.
00001 /*
00002  *  ScoutTask.h  -  Tasks given to the ScoutManager.  Used to find 
00003  *  enemy base, explore map, refresh knowledge of map
00004  */
00005 #pragma once
00006 
00007 #include "Task.h"
00008 
00009 class ScoutTask: public Task
00010 {
00011 
00012 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines