mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Less ugly API declarations
This commit is contained in:
@@ -25,7 +25,6 @@ class GameCbProxy : public OpaqueWrapper<const GameCb, GameCbProxy>
|
||||
public:
|
||||
using Wrapper = OpaqueWrapper<const GameCb, GameCbProxy>;
|
||||
|
||||
static const std::vector<typename Wrapper::RegType> REGISTER;
|
||||
static const std::vector<typename Wrapper::CustomRegType> REGISTER_CUSTOM;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user