mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-08-21 18:05:23 -05:00
Initial commit. Needs debugging.
This commit is contained in:
@@ -17,7 +17,7 @@ namespace ui
|
||||
|
||||
/// @brief Operator that allows using this as an sdl::Color directly.
|
||||
/// @note Since all of these pulse the same color, no sense in not doing this.
|
||||
operator sdl::Color() const noexcept;
|
||||
operator SDL_Color() const noexcept;
|
||||
|
||||
private:
|
||||
/// @brief Whether we're adding or subtracting from the color value.
|
||||
|
||||
Reference in New Issue
Block a user