diff options
author | deva <deva> | 2008-05-13 14:57:49 +0000 |
---|---|---|
committer | deva <deva> | 2008-05-13 14:57:49 +0000 |
commit | 64a0aaaae8679b5f99f5bf1cf0a67489e85b5bd3 (patch) | |
tree | d351a9ede01c8ebd292be60038ed3abdd46c8465 /server/xml | |
parent | f0359e8b4450d5074e7d19e95119f05d584a1e74 (diff) |
Some more notes, and a nice diagram overview of the entire project.
Diffstat (limited to 'server/xml')
-rw-r--r-- | server/xml/example2.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/xml/example2.xml b/server/xml/example2.xml index 1ac7dba..075fdbd 100644 --- a/server/xml/example2.xml +++ b/server/xml/example2.xml @@ -8,11 +8,11 @@ <maps> <map name="axis"> -- LUA program - return RIGHT.axis + return right.axis </map> <map name="dioptri"> -- LUA program - return RIGHT.dioptri + return right.dioptri </map> </maps> <window name="mainwindow" |