changeset 4367 | f4a0ec067601 |
parent 4359 | 83ef50815535 |
child 4368 | b89235e401e5 |
4365:4f2b1a152979 | 4367:f4a0ec067601 |
---|---|
18 |
18 |
19 {$INCLUDE "options.inc"} |
19 {$INCLUDE "options.inc"} |
20 |
20 |
21 unit uStore; |
21 unit uStore; |
22 interface |
22 interface |
23 uses sysutils, uConsts, uTeams, SDLh, GLunit, uWorld, uTypes; |
23 uses sysutils, uConsts, uTeams, SDLh, GLunit, uTypes; |
24 |
24 |
25 |
25 |
26 var PixelFormat: PSDL_PixelFormat; |
26 var PixelFormat: PSDL_PixelFormat; |
27 SDLPrimSurface: PSDL_Surface; |
27 SDLPrimSurface: PSDL_Surface; |
28 PauseTexture, |
28 PauseTexture, |