From bb9fd4156f39fab3a2ec42b818261928f06e8e13 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Thu, 17 Oct 2019 18:19:24 -0500 Subject: [PATCH] Update JoeyLib API --- JoeyLib-API.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/JoeyLib-API.md b/JoeyLib-API.md index ac105f1..a0bf53e 100644 --- a/JoeyLib-API.md +++ b/JoeyLib-API.md @@ -2,19 +2,20 @@ The JoeyLib API is broken into several sections: -* [Data Types](JoeyLib Data Types) -* [Definitions](JoeyLib Definitions) -* [Enumerations](JoeyLib Enumerations) -* [Structures](JoeyLib Structures) +* Data + * [Data Types](JoeyLib Data Types) + * [Definitions](JoeyLib Definitions) + * [Enumerations](JoeyLib Enumerations) + * [Structures](JoeyLib Structures) * Functions - * [Display](JoeyLib Display Functions) - * [Drawing](JoeyLib Drawing Functions) - * [Gamepad](JoeyLib Gamepad Functions) - * [Keyboard](JoeyLib Keyboard Functions) - * [Memory Management](JoeyLib Memory Functions) - * [Palette](JoeyLib Palette Functions) - * [Sound & Music](JoeyLib Sound Functions) - * [Static Images](JoeyLib Static Image Functions) - * [Utilities](JoeyLib Utility Functions) - * [Vector Images](JoeyLib Vector Image Functions) \ No newline at end of file + * [Display](JoeyLib Display Functions) + * [Drawing](JoeyLib Drawing Functions) + * [Gamepad](JoeyLib Gamepad Functions) + * [Keyboard](JoeyLib Keyboard Functions) + * [Memory Management](JoeyLib Memory Functions) + * [Palette](JoeyLib Palette Functions) + * [Sound & Music](JoeyLib Sound Functions) + * [Static Images](JoeyLib Static Image Functions) + * [Utilities](JoeyLib Utility Functions) + * [Vector Images](JoeyLib Vector Image Functions)