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/bwapi-includes/BWAPI/Client/ForceData.h
2017-04-11 10:48:21 -04:00

10 lines
81 B
C++

#pragma once
namespace BWAPI
{
struct ForceData
{
char name[32];
};
}