]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Programming-QuakeC-stuff-in-Xonotic.md
Update Compiling: add libtool dependency
[xonotic/xonotic.wiki.git] / Programming-QuakeC-stuff-in-Xonotic.md
index 4a5f6511f860a6863719563d428d4265177cf2f2..d87431e0e4b4c801bbd0d711f25f86f166d26483 100644 (file)
@@ -1,26 +1,17 @@
 _This article is written as developer notes to ease developer tasks and save QuakeC terms here._
 
-> ## Table of Contents
-> 1. [CSQC, MENUQC, SVQC and GAMEQC blocks](#csqc-menuqc-svqc-and-gameqc-blocks)
-> 2. [MUTATOR functions](#mutator-functions)
->
-> 2.1. [How to use MUTATOR functions](#how-to-use-mutator-functions)
->
-> 2.2. [List of MUTATOR functions](#list-of-mutator-functions)
->
-> 3. [Weapon functions](#weapon-functions)
->
-> 3.1. [A bit of introduction](#a-bit-of-introduction)
->
-> 3.2. [List of weapon functions](#list-of-weapon-functions)
->
-> 4. [HUD, Menu and Draw functions](#hud-menu-and-draw-functions)
->
-> 5. [Gamemodes](#gamemodes)
->
-> 5.1. [Samples](#samples)
->
-> 6. [Effects](#effects)
+# _Table of Contents_
+> ### 1. [CSQC, MENUQC, SVQC and GAMEQC blocks](#csqc-menuqc-svqc-and-gameqc-blocks)
+> ### 2. [MUTATOR functions](#mutator-functions)
+> > 2.1. [How to use MUTATOR functions](#how-to-use-mutator-functions) <br/>
+> > 2.2. [List of MUTATOR functions](#list-of-mutator-functions)
+> ### 3. [Weapon functions](#weapon-functions)
+> > 3.1. [A bit of introduction](#a-bit-of-introduction) <br/>
+> > 3.2. [List of weapon functions](#list-of-weapon-functions)
+> ### 4. [HUD, Menu and Draw functions](#hud-menu-and-draw-functions)
+> ### 5. [Gamemodes](#gamemodes)
+> > 5.1. [Samples](#samples)
+> ### 6. [Effects](#effects)
 
 # CSQC, MENUQC, SVQC and GAMEQC blocks