mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
fixed ooc.C typesizes and made X11 examples compile.
This commit is contained in:
parent
63008f6d30
commit
ff87e23780
11 changed files with 39 additions and 36 deletions
|
|
@ -5,7 +5,7 @@ MODULE Tetris;
|
|||
(* Neuerungen: Spielparameter sind ueber Konstantendeklariert, Zweispielermodus
|
||||
bricht bei Limit-Linien ab, Pause-Funktion wurde eingefuehrt *)
|
||||
|
||||
IMPORT X:=oocXYplane, L:=Linie, In := compatIn, Out := Console, RN:=ethRandomNumbers, Ziffer, Oberon := Kernel;
|
||||
IMPORT X:=oocXYplane, L:=Linie, In := compatIn, Out := Console, RN:=ethRandomNumbers, Ziffer, Oberon;
|
||||
|
||||
CONST
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue