aboutsummaryrefslogtreecommitdiff
path: root/emcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'emcc.c')
-rw-r--r--emcc.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/emcc.c b/emcc.c
index 3cb92f0..7c436c1 100644
--- a/emcc.c
+++ b/emcc.c
@@ -3,7 +3,10 @@
* end for Puzzles.
*
* The Javascript parts of this system live in emcclib.js and
- * emccpre.js.
+ * emccpre.js. It also depends on being run in the context of a web
+ * page containing an appropriate collection of bits and pieces (a
+ * canvas, some buttons and links etc), which is generated for each
+ * puzzle by the script html/jspage.pl.
*/
/*