1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00

Removing an unused section.

This commit is contained in:
Merlijn Wajer 2010-06-12 23:25:31 +02:00
parent a37c2313a6
commit 31f93fe912

View File

@ -13,11 +13,6 @@ Extensions are event based. This means you don't have some ``loop`` in your
program that never ends and does all the logic for you. When a system is event
based, you implement some functions and those are called on a certain event.
Hooks overview
--------------
.. references
Extension core hooks
--------------------