Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
hms
/
aptdec
réplica de
https://github.com/Xerbo/aptdec
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
7
Wiki
Actividad
Explorar el Código
Fix for compilation with gcc10
tags/v1.8.0
Xerbo
hace 3 años
padre
13d98107ac
commit
86b8d618e0
Se han
modificado 1 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-2
src/color.h
+ 2
- 2
src/color.h
Ver fichero
@@ -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];
Escribir
Vista previa
Cargando…
Cancelar
Guardar