BWAPI
SnippyHolloW-BroodwarBotQ-f01ab56/src/Intelligence/EStrat.h
Go to the documentation of this file.
00001 #pragma once
00002 #include "EEcoEstimator.h"
00003 
00004 class EStrat : public CSingleton<EStrat>
00005 {
00006         friend class CSingleton<EStrat>;
00007 
00008 public :
00009         double probability_of_rush();
00010         double probability_of_proxy();
00011         double probability_of_canonrush();
00012 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines