diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-09-21 02:33:04 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-09-21 02:33:04 -0700 |
| commit | 5f2db8da0e99fca282265b232330f3f432b94373 (patch) | |
| tree | 5c27a1f958b55a15b0e35139165c885574d4fa3a /examples/sample_game.nom | |
| parent | 371548150618d5b3501f388972077b5d035f7d8a (diff) | |
Everything fixed up and some reduced lua codespew too!
Diffstat (limited to 'examples/sample_game.nom')
| -rw-r--r-- | examples/sample_game.nom | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/sample_game.nom b/examples/sample_game.nom index 44b9d35..1f526e3 100644 --- a/examples/sample_game.nom +++ b/examples/sample_game.nom @@ -1,4 +1,5 @@ require "lib/core.nom" +require "lib/permissions.nom" require "lib/secrets.nom" require "lib/plurals.nom" @@ -101,8 +102,6 @@ with secrets: say ".." |Proposal: |\%src\ - say "foo" - macro block [propose %action] =: %source =: source code from tree %action |
