diff options
author | David Walter Seikel | 2014-07-02 14:22:08 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-07-02 14:22:08 +1000 |
commit | b8fd6a2b57e8edd7cef4f5436b6f32ced013fe98 (patch) | |
tree | 20f6c1fccbd8c975a4ac17603f6f328ea7bd7695 /lib | |
parent | Update to post release API change. So much for stable API to collaborate wit... (diff) | |
download | SledjHamr-b8fd6a2b57e8edd7cef4f5436b6f32ced013fe98.zip SledjHamr-b8fd6a2b57e8edd7cef4f5436b6f32ced013fe98.tar.gz SledjHamr-b8fd6a2b57e8edd7cef4f5436b6f32ced013fe98.tar.bz2 SledjHamr-b8fd6a2b57e8edd7cef4f5436b6f32ced013fe98.tar.xz |
TODO++
Diffstat (limited to 'lib')
-rw-r--r-- | lib/scenriLua.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/scenriLua.lua b/lib/scenriLua.lua index 30ff7f0..2938a9d 100644 --- a/lib/scenriLua.lua +++ b/lib/scenriLua.lua | |||
@@ -7,6 +7,8 @@ TODO - Yes I know this breaks our design goals, | |||
7 | The system should "compile" Lua based files to eet as well. | 7 | The system should "compile" Lua based files to eet as well. |
8 | For now Lua based files is easier to debug. | 8 | For now Lua based files is easier to debug. |
9 | 9 | ||
10 | TODO - in index.omg the object file names are in both the stuffs index names and the fileName value. Should get rid of fileName maybe? | ||
11 | Or maybe only get rid of it if it's not a *.omg file. | ||
10 | ]] | 12 | ]] |
11 | 13 | ||
12 | do | 14 | do |