summaryrefslogtreecommitdiff
path: root/baby.golem
diff options
context:
space:
mode:
Diffstat (limited to 'baby.golem')
-rw-r--r--baby.golem2
1 files changed, 2 insertions, 0 deletions
diff --git a/baby.golem b/baby.golem
index b936f53..5e9fa57 100644
--- a/baby.golem
+++ b/baby.golem
@@ -1,6 +1,8 @@
// simple comment
var stack;
var heap = 0;
+const dwidth = 396;
+const dheight = 224;
// prototypes
fn hello();