summaryrefslogtreecommitdiff
path: root/doc/api/init.texi
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-12-13 13:31:57 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-12-13 13:31:57 -0500
commitcd56361421ff460768fbe4e9eaf1080a5507c5c3 (patch)
tree29789f97ede43cfbee8180626c1f297b740a501a /doc/api/init.texi
parentedd5b8a2b52744cbe696cd9555757bbed00817b1 (diff)
docs: Add half-written manual.
* doc/game.texi: Delete. * doc/api/init.texi: New file. * doc/api/input.texi: Likewise. * doc/api/math.texi: Likewise. * doc/api/rendering.texi: Likewise. * doc/api/time.texi: Likewise. * doc/api/utils.texi: Likewise. * doc/sly.texi: Add API reference. * doc/Makefile.am (sly_TEXINFOS): Add new files.
Diffstat (limited to 'doc/api/init.texi')
-rw-r--r--doc/api/init.texi13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/api/init.texi b/doc/api/init.texi
new file mode 100644
index 0000000..0d46dae
--- /dev/null
+++ b/doc/api/init.texi
@@ -0,0 +1,13 @@
+@node Booting
+@section Booting
+
+@menu
+* Window Creation:: Opening a window.
+* The Game Loop:: The core of the engine.
+@end menu
+
+@node Window Creation
+@subsection Window Creation
+
+@node The Game Loop
+@subsection The Game Loop