-
Notifications
You must be signed in to change notification settings - Fork 7
API Docs
ive once again changed where the docs are written in, you can find the new docs here. a Read the Docs version will be coming soon :))
Last Updated: September 11th, 2021
[value] - Default Value
* - Additional Information available at the end of the section
!MACRO
- This means the macro is not defined. Example: A macro used in a ifdef
Description: Main Header File
void QuitMuzzle(Applet applet);
Description: Quits Muzzle and cleans resources.
Returns: Nothing
core/Applet.h: Muzzle API
windows.h*: Windows API
core/vector.h: Muzzle API
core/Drawing.h: Muzzle API
core/tint.h: Muzzle API
core/Sprite.h: Muzzle API
shapes/Rectangle.h: Muzzle API
shapes/Circle.h: Muzzle API
core/Text.h: Muzzle API
core/Input.h: Muzzle API
stdlib.h: LibC
Description: Includes Math-Related Macros
PI (3.14159)
DEG2RAD (PI / 180)
RAD2DEG (180 / PI)
*windows.h - Only if _WIN32 is defined
Description: Includes important libraries and macros for Muzzle to work.
-
GLFW_INCLUDE_ES2
* -
MAX_BUFFERS
([4] or 8*) -
BUFFER_LENGTH
([1024] or 2048*) - !
MUZZLE_ALLOW_BUFFER_HIGH
-
MUZZLE_FALSE
(0) -
MUZZLE_TRUE
(1)
MUZZLE_WINDOW:
typedef GLFWwindow* MUZZLE_WINDOW
glfw3.h: GLFW
*2048 - Only if MUZZLE_ALLOW_BUFFER_HIGH is defined
*8 - Only if MUZZLE_ALLOW_BUFFER_HIGH is defined
*GLFW_INCLUDE_ES2
- Only if __EMSCRIPTEN__ is defined
Description: Core Header Files