summaryrefslogtreecommitdiff
path: root/doc/sly.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sly.texi')
-rw-r--r--doc/sly.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/sly.texi b/doc/sly.texi
index e0c081d..127f52b 100644
--- a/doc/sly.texi
+++ b/doc/sly.texi
@@ -167,6 +167,7 @@ See their respective home pages for installation and usage instructions.
* Booting:: Opening a window and running the game loop.
* Math:: Vectors, quaternions, matrices, etc.
* Time:: Tick-tock.
+* Scripting:: Functional game object scripting.
* Input:: Keyboard, mouse, and joystick input.
* Rendering:: Drawing to the screen.
* Utilities:: Miscellaneous conveniences.
@@ -175,6 +176,7 @@ See their respective home pages for installation and usage instructions.
@include api/init.texi
@include api/math.texi
@include api/time.texi
+@include api/scripting.texi
@include api/input.texi
@include api/rendering.texi
@include api/utils.texi