]> git.lizzy.rs Git - nothing.git/blobdiff - src/color.h
(#882) Make the Platform level loadable
[nothing.git] / src / color.h
index d169df2cf5bfe84a591e5cceaafd45e5943268f3..8feabed9795fe3a58b2365bd927ea093aefa191d 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef COLOR_H_
 #define COLOR_H_
 
-#include <SDL2/SDL.h>
+#include <SDL.h>
 
 typedef struct Color {
     float r, g, b, a;
@@ -17,4 +17,6 @@ Color color_desaturate(Color color);
 
 Color color_invert(Color c);
 
+Color color_scale(Color c, Color fc);
+
 #endif  // COLOR_H_