Differences
This shows you the differences between two versions of the page.
|
demos:trees_in_pascal [2010/06/07 21:53] steve created |
demos:trees_in_pascal [2010/06/07 22:00] (current) steve changed case |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| { Constants for the program } | { Constants for the program } | ||
| const | const | ||
| - | screen_w = 384; | + | SCREEN_W = 384; |
| - | screen_h = 240; | + | SCREEN_H = 240; |
| - | layer_ct = 5; | + | LAYER_CT = 5; |
| - | tree_ct = 4; | + | TREE_CT = 4; |