This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
BWMirror-Generator/bwapi4-includes/BWAPI/TournamentAction.h

26 lines
338 B
C++

#pragma once
namespace BWAPI
{
namespace Tournament
{
enum ActionID
{
EnableFlag,
PauseGame,
ResumeGame,
LeaveGame,
SetLocalSpeed,
SetTextSize,
SetLatCom,
SetGUI,
SetMap,
SetFrameSkip,
Printf,
SendText,
SetCommandOptimizationLevel
};
};
};