b7911801 |
1 | // (c) Copyright 2006-2009 notaz, All rights reserved.\r |
720ee7f6 |
2 | // Free for non-commercial use.\r |
3 | \r |
4 | // For commercial use, separate licencing terms must be obtained.\r |
5 | \r |
ab8a8d36 |
6 | void bgr444_to_rgb32(void *to, void *from);\r |
7 | void bgr444_to_rgb32_sh(void *to, void *from);\r |
8 | \r |
b7911801 |
9 | void vidcpy_m2(void *dest, void *src, int m32col, int with_32c_border);\r |
10 | void vidcpy_m2_rot(void *dest, void *src, int m32col, int with_32c_border);\r |
720ee7f6 |
11 | void spend_cycles(int c); // utility\r |
49fe50f0 |
12 | \r |
b7911801 |
13 | void rotated_blit8 (void *dst, void *linesx4, int y, int is_32col);\r |
14 | void rotated_blit16(void *dst, void *linesx4, int y, int is_32col);\r |