mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Fix compiling with Clang
Force version.c to be compiled as C++ (bodge, will need a proper fix for `version.c`) Remove user-defined `ProtoPalette` assignment operator (same as default, anyway)
This commit is contained in:
@@ -33,8 +33,6 @@ public:
|
||||
};
|
||||
ComparisonResult compare(ProtoPalette const &other) const;
|
||||
|
||||
ProtoPalette &operator=(ProtoPalette const &other);
|
||||
|
||||
size_t size() const;
|
||||
|
||||
decltype(_colorIndices)::const_iterator begin() const;
|
||||
|
||||
Reference in New Issue
Block a user