diff options
Diffstat (limited to 'manuals/chickadee/Kernel.html')
-rw-r--r-- | manuals/chickadee/Kernel.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/manuals/chickadee/Kernel.html b/manuals/chickadee/Kernel.html index 0faa3a6..7c17f80 100644 --- a/manuals/chickadee/Kernel.html +++ b/manuals/chickadee/Kernel.html @@ -18,7 +18,7 @@ Foundation Web site at http://www.gnu.org/licenses/fdl.html. The document was typeset with http://www.texinfo.org/ (GNU Texinfo). --> -<!-- Created by GNU Texinfo 6.6, http://www.gnu.org/software/texinfo/ --> +<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ --> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Kernel (The Chickadee Game Toolkit)</title> @@ -28,12 +28,12 @@ http://www.texinfo.org/ (GNU Texinfo). <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> -<link href="index.html#Top" rel="start" title="Top"> -<link href="Index.html#Index" rel="index" title="Index"> +<link href="index.html" rel="start" title="Top"> +<link href="Index.html" rel="index" title="Index"> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> -<link href="API-Reference.html#API-Reference" rel="up" title="API Reference"> -<link href="The-Game-Loop.html#The-Game-Loop" rel="next" title="The Game Loop"> -<link href="API-Reference.html#API-Reference" rel="prev" title="API Reference"> +<link href="API-Reference.html" rel="up" title="API Reference"> +<link href="The-Game-Loop.html" rel="next" title="The Game Loop"> +<link href="API-Reference.html" rel="prev" title="API Reference"> <style type="text/css"> <!-- a.summary-letter {text-decoration: none} @@ -82,7 +82,7 @@ ul.no-bullet {list-style: none} <body lang="en"> <span id="Kernel"></span><div class="header"> <p> -Next: <a href="Math.html#Math" accesskey="n" rel="next">Math</a>, Up: <a href="API-Reference.html#API-Reference" accesskey="u" rel="up">API Reference</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Index.html#Index" title="Index" rel="index">Index</a>]</p> +Next: <a href="Math.html" accesskey="n" rel="next">Math</a>, Up: <a href="API-Reference.html" accesskey="u" rel="up">API Reference</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Index.html" title="Index" rel="index">Index</a>]</p> </div> <hr> <span id="Kernel-1"></span><h3 class="section">2.1 Kernel</h3> @@ -91,13 +91,13 @@ Next: <a href="Math.html#Math" accesskey="n" rel="next">Math</a>, Up: <a href="A game loop and desktop environment interaction. </p> <table class="menu" border="0" cellspacing="0"> -<tr><td align="left" valign="top">• <a href="The-Game-Loop.html#The-Game-Loop" accesskey="1">The Game Loop</a></td><td> </td><td align="left" valign="top">The core event loop. +<tr><td align="left" valign="top">• <a href="The-Game-Loop.html" accesskey="1">The Game Loop</a></td><td> </td><td align="left" valign="top">The core event loop. </td></tr> -<tr><td align="left" valign="top">• <a href="Input-Devices.html#Input-Devices" accesskey="2">Input Devices</a></td><td> </td><td align="left" valign="top">Mouse, keyboard, controller input. +<tr><td align="left" valign="top">• <a href="Input-Devices.html" accesskey="2">Input Devices</a></td><td> </td><td align="left" valign="top">Mouse, keyboard, controller input. </td></tr> -<tr><td align="left" valign="top">• <a href="Window-Manipulation.html#Window-Manipulation" accesskey="3">Window Manipulation</a></td><td> </td><td align="left" valign="top">Inspect and modify the graphical window. +<tr><td align="left" valign="top">• <a href="Window-Manipulation.html" accesskey="3">Window Manipulation</a></td><td> </td><td align="left" valign="top">Inspect and modify the graphical window. </td></tr> -<tr><td align="left" valign="top">• <a href="Live-Coding.html#Live-Coding" accesskey="4">Live Coding</a></td><td> </td><td align="left" valign="top">Tips for building games from the REPL. +<tr><td align="left" valign="top">• <a href="Live-Coding.html" accesskey="4">Live Coding</a></td><td> </td><td align="left" valign="top">Tips for building games from the REPL. </td></tr> </table> |