changeset 2619 | bc2786a00fb8 |
parent 2618 | 23ee71bd049b |
child 2630 | 079ef82eac75 |
2618:23ee71bd049b | 2619:bc2786a00fb8 |
---|---|
240 |
240 |
241 |
241 |
242 PSDL_Color = ^TSDL_Color; |
242 PSDL_Color = ^TSDL_Color; |
243 TSDL_Color = record |
243 TSDL_Color = record |
244 case byte of |
244 case byte of |
245 0: (r: Byte; |
245 0: ( r: Byte; |
246 g: Byte; |
246 g: Byte; |
247 b: Byte; |
247 b: Byte; |
248 unused: Byte; |
248 unused: Byte; |
249 ); |
249 ); |
250 1: (value: Longword); |
250 1: ( value: Longword); |
251 end; |
251 end; |
252 |
252 |
253 |
253 |
254 PSDL_RWops = ^TSDL_RWops; |
254 PSDL_RWops = ^TSDL_RWops; |
255 {$IFDEF FPC} |
255 {$IFDEF FPC} |