This website works better with JavaScript.
Home
Help
Sign In
hms
/
aptdec
mirror of
https://github.com/Xerbo/aptdec
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
Fix for compilation with gcc10
tags/v1.8.0
Xerbo
3 years ago
parent
13d98107ac
commit
86b8d618e0
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/color.h
+ 2
- 2
src/color.h
View File
@@ -5,5 +5,5 @@
rgb_t applyPalette(char *palette, int val);
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];
Write
Preview
Loading…
Cancel
Save