BWAPI
trunk/bwapi/BWScriptEmulator/UType.h
Go to the documentation of this file.
00001 #pragma once
00002 #include <BWAPI.h>
00003 
00004 class UType : public BWAPI::UnitType
00005 {
00006 public:
00007   UType();
00008   UType(int id);
00009   ~UType();
00010   const char *name();
00011   int aiFlag();
00012   int aiIdle();
00013 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines