changeset 196 | 993cf173218b |
parent 191 | a03c2d037e24 |
child 281 | 5b483aa9f2ab |
195:edae828322a0 | 196:993cf173218b |
---|---|
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
17 *) |
17 *) |
18 |
18 |
19 unit uGame; |
19 unit uGame; |
20 interface |
20 interface |
21 uses SDLh; |
|
22 {$INCLUDE options.inc} |
21 {$INCLUDE options.inc} |
23 |
22 |
24 procedure DoGameTick(Lag: integer); |
23 procedure DoGameTick(Lag: integer); |
25 |
24 |
26 //////////////////// |
25 //////////////////// |