28 #ifndef AGS_SHARED_UTIL_WGT2_ALIG_H 29 #define AGS_SHARED_UTIL_WGT2_ALIG_H 31 #include "ags/lib/allegro.h" 45 extern void __my_setcolor(
int *ctset,
int newcol,
int wantColDep);
47 extern void wsetrgb(
int coll,
int r,
int g,
int b, RGB *pall);
48 extern void wcolrotate(
unsigned char start,
unsigned char finish,
int dir, RGB *pall);
50 extern Shared::Bitmap *wnewblock(Shared::Bitmap *src,
int x1,
int y1,
int x2,
int y2);
52 extern void wputblock(Shared::Bitmap *ds,
int xx,
int yy, Shared::Bitmap *bll,
int xray);
54 extern void wputblock_raw(Shared::Bitmap *ds,
int xx,
int yy, BITMAP *bll,
int xray);
55 extern const int col_lookups[32];
58 extern int __wremap_keep_transparent;
59 extern void wremap(RGB *pal1, Shared::Bitmap *picc, RGB *pal2);
60 extern void wremapall(RGB *pal1, Shared::Bitmap *picc, RGB *pal2);
Definition: achievements_tables.h:27