From 1b9044bcf4d4202ce62496117bd0a17176a25f9f Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Sat, 1 Sep 2018 18:22:17 -0500 Subject: [PATCH] scott created page: JoeyLib API --- JoeyLib-API.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 JoeyLib-API.md diff --git a/JoeyLib-API.md b/JoeyLib-API.md new file mode 100644 index 0000000..cb4c3c4 --- /dev/null +++ b/JoeyLib-API.md @@ -0,0 +1,19 @@ +*This documentation only covers the public parts of JoeyLib. Do NOT use any private structs, enums, functions, etc. you may find in the code!* + +The JoeyLib API is broken into several sections: + +* [Definitions][] +* [Enumerations] +* [Structures] + +* Functions + * Display + * Drawing + * Gamepad + * Keyboard + * Memory Management + * Palette + * Sound & Music + * Static Images + * Utilities + * Vector Images \ No newline at end of file