BWAPI
SnippyHolloW-BroodwarBotQ-f01ab56/src/Macro/SupplyManager.h
Go to the documentation of this file.
00001 #pragma once
00002 #include "Macro/Arbitrator.h"
00003 #include <BWAPI.h>
00004 class SupplyManager
00005 {
00006   public:
00007     static SupplyManager* create();
00008     static void destroy();
00009     void update();
00010     int lastFrameCheck;
00011     int initialSupplyTotal;
00012     int initialSupplyProviderCount;
00013   private:
00014     SupplyManager();
00015     ~SupplyManager();
00016 };
00017 extern SupplyManager* TheSupplyManager;
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines