Last change
on this file since 2012 was 211, checked in by hugh, 26 years ago |
Include for DX6 verion of ddraw
|
File size:
354 bytes
|
Line | |
---|
1 | #ifndef __OS2PALSET_H__
|
---|
2 | #define __OS2PALSET_H__
|
---|
3 |
|
---|
4 | #ifndef __OS2PALETTE_H__
|
---|
5 | typedef struct tagPALETTEENTRY {
|
---|
6 | BYTE peRed;
|
---|
7 | BYTE peGreen;
|
---|
8 | BYTE peBlue;
|
---|
9 | BYTE peFlags;
|
---|
10 | } PALETTEENTRY;
|
---|
11 | #endif
|
---|
12 |
|
---|
13 | //void OS2SetPhysPalette(PALETTEENTRY *pDirectXPal);
|
---|
14 | void OS2SetPhysPalette(void *pal);
|
---|
15 | void OS2ResetPhysPalette();
|
---|
16 |
|
---|
17 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.