ColorSelection.cpp -> RGBSelection.cpp.

This commit is contained in:
StackZ
2020-07-15 20:51:17 +02:00
parent a145c20a91
commit dc64c2e2a7
3 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
#include "common.hpp"
namespace Overlays {
u32 SelectColor(u32 oldColor);
u32 SelectRGB(u32 oldColor);
}
#endif