mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Remove AColor class, because wxColour now supports alpha values.
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
#include <script/parser.hpp>
|
||||
#include <script/to_value.hpp>
|
||||
|
||||
class AColor;
|
||||
DECLARE_POINTER_TYPE(Script);
|
||||
|
||||
// ----------------------------------------------------------------------------- : Store
|
||||
@@ -29,7 +28,6 @@ void store(const ScriptValueP& val, int& var);
|
||||
void store(const ScriptValueP& val, double& var);
|
||||
void store(const ScriptValueP& val, bool& var);
|
||||
void store(const ScriptValueP& val, Color& var);
|
||||
void store(const ScriptValueP& val, AColor& var);
|
||||
void store(const ScriptValueP& val, Defaultable<String>& var);
|
||||
void store(const ScriptValueP& val, Defaultable<Color>& var);
|
||||
void store(const ScriptValueP& val, Alignment& var);
|
||||
|
||||
Reference in New Issue
Block a user