Преглед изворни кода

Fix for compilation with gcc10

tags/v1.8.0
Xerbo пре 3 година
родитељ
комит
86b8d618e0
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      src/color.h

+ 2
- 2
src/color.h Прегледај датотеку

@@ -5,5 +5,5 @@
rgb_t applyPalette(char *palette, int val); rgb_t applyPalette(char *palette, int val);
rgb_t RGBcomposite(rgb_t top, float top_a, rgb_t bottom, float bottom_a); rgb_t RGBcomposite(rgb_t top, float top_a, rgb_t bottom, float bottom_a);


char TempPalette[256*3];
char PrecipPalette[58*3];
extern char TempPalette[256*3];
extern char PrecipPalette[58*3];

Loading…
Откажи
Сачувај