David Piuva a3663a21e7 Made the BAN_IMPLICIT_ASCII_CONVERSION setting stricter by banning Ascii strings in text printing and error messages. před 1 dnem
..
font 11a84ab32c Replaced int with int32_t and made some declarations static. před 1 týdnem
gui a3663a21e7 Made the BAN_IMPLICIT_ASCII_CONVERSION setting stricter by banning Ascii strings in text printing and error messages. před 23 hodinami
image 11a84ab32c Replaced int with int32_t and made some declarations static. před 1 týdnem
machine a3663a21e7 Made the BAN_IMPLICIT_ASCII_CONVERSION setting stricter by banning Ascii strings in text printing and error messages. před 23 hodinami
math 8ba2e9c9de Moved lots of code into an implementation folder. před 1 rokem
persistent a3663a21e7 Made the BAN_IMPLICIT_ASCII_CONVERSION setting stricter by banning Ascii strings in text printing and error messages. před 23 hodinami
render a3663a21e7 Made the BAN_IMPLICIT_ASCII_CONVERSION setting stricter by banning Ascii strings in text printing and error messages. před 23 hodinami
README.md 8ba2e9c9de Moved lots of code into an implementation folder. před 1 rokem

README.md

The implementation folder

To clearly define what is a part of the external interface to the framework, the code that is mainly for internal use is placed within this implementation folder. While you can include headers directly from the implementation by controlling exactly which version of the library you use, it should be kept to a minimum because it may break backward compatibility without warning in new releases.