diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-09-05 08:41:26 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-09-05 08:41:26 -0700 |
commit | 9f94470f9dd56c03c66d98bbeff2fc60995cc0ae (patch) | |
tree | abc5b89e60fa5d5c74ed6e492442a0ef1e1a2f99 | |
parent | 7d5dae9e397f585ba1bbda019cb23f391e9fec90 (diff) | |
download | text.love-9f94470f9dd56c03c66d98bbeff2fc60995cc0ae.tar.gz |
include some missing source files
-rw-r--r-- | source.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source.lua b/source.lua index d346b8f..e23cbc6 100644 --- a/source.lua +++ b/source.lua @@ -15,11 +15,15 @@ function source.initialize_globals() 'run_tests', 'log', 'edit', + 'drawing', + 'help', 'text', 'search', 'select', 'undo', 'text_tests', + 'geom', + 'drawing_tests', 'file', 'source', 'source_tests', |