Update README.md

This commit is contained in:
Benjamin Höglinger-Stelzer 2023-07-01 17:35:48 +02:00
parent 08a5d60fba
commit 5c36262be0

View File

@ -14,6 +14,10 @@ Most of the logic you find here has been discovered and provided by the fine fol
Custom types are prefixed with an all upper case `DOMITO_` and functions are prefixed with a Pascal case `Domito` to avoid conflicts with any system-provided names. The word "domito" is latin for "to tame".
## How to use
Add the `include` directory to your project's headers search path, `#include <Domito.h>` wherever required and link against the resulting `Domito.lib` file for your desired architecture. Done!
## Sources & 3rd party credits
This library benefits from these awesome projects ❤ (appearance in no special order):