mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Less ugly API declarations
This commit is contained in:
@ -24,10 +24,6 @@ namespace api
|
||||
|
||||
VCMI_REGISTER_CORE_SCRIPT_API(PlayerProxy, "Player");
|
||||
|
||||
const std::vector<PlayerProxy::RegType> PlayerProxy::REGISTER =
|
||||
{
|
||||
};
|
||||
|
||||
const std::vector<PlayerProxy::CustomRegType> PlayerProxy::REGISTER_CUSTOM =
|
||||
{
|
||||
// virtual PlayerColor getColor() const = 0;
|
||||
|
Reference in New Issue
Block a user