DEADSOFTWARE

render: remove dependency on sdl 1.2
[flatwaifu.git] / src / soft / vga.h
index 44f1d485b0b749cc3bc09206b84f0eb1970277c3..ecc633446b0660bf48a3613823100cea22b0e533 100644 (file)
@@ -90,9 +90,6 @@ void V_manspr2 (int x, int y, void *p, unsigned char c);
 // x-левая сторона,w-ширина,y-верх,h-высота
 void V_clr (short x, short w, short y, short h, unsigned char c);
 
-// установить палитру из массива p
-void VP_setall (void *p);
-
 // установить область вывода
 void V_setrect (short x, short w, short y, short h);