소스 검색

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 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];

불러오는 중...
취소
저장