Be more flexible with cnc-plugin, also now transparently just works without touching the ini
This commit is contained in:
parent
2b47947742
commit
30f5b46e6c
4 changed files with 53 additions and 23 deletions
|
@ -31,7 +31,7 @@ typedef struct IDirectDrawPaletteImpl
|
|||
ULONG Ref;
|
||||
|
||||
int data_bgr[256];
|
||||
RGBQUAD data_rgb[256];
|
||||
RGBQUAD *data_rgb;
|
||||
|
||||
} IDirectDrawPaletteImpl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue