本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
hms
/
aptdec
镜像来自
https://github.com/Xerbo/aptdec
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
7
Wiki
活動
瀏覽代碼
Fix for compilation with gcc10
tags/v1.8.0
Xerbo
3 年之前
父節點
13d98107ac
當前提交
86b8d618e0
共有
1 個檔案被更改
,包括
2 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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];
Write
Preview
Loading…
取消
儲存