source:
trunk/src/gdi32/rgbcvt.h@
2912
Last change on this file since 2912 was 2614, checked in by , 26 years ago | |
---|---|
File size: 247 bytes |
Line | |
---|---|
1 | //$Id: rgbcvt.h,v 1.1 2000-02-03 18:59:04 sandervl Exp $ |
2 | #ifndef __RGBCVT_H__ |
3 | #define __RGBCVT_H__ |
4 | |
5 | void _Optlink RGB555to565(WORD *dest, WORD *src, ULONG num); |
6 | void _Optlink RGB555to565MMX(WORD *dest, WORD *src, ULONG num); |
7 | |
8 | #endif //__RGBCVT_H__ |
Note:
See TracBrowser
for help on using the repository browser.