David Piuva 2966b6cfd7 Fixed lots of "" string literals that should have been U"" Unicode literals, by temporarily disabling the implicit type conversion. 19 horas atrás
..
font 11a84ab32c Replaced int with int32_t and made some declarations static. 6 dias atrás
gui 2966b6cfd7 Fixed lots of "" string literals that should have been U"" Unicode literals, by temporarily disabling the implicit type conversion. 19 horas atrás
image 11a84ab32c Replaced int with int32_t and made some declarations static. 6 dias atrás
machine 11a84ab32c Replaced int with int32_t and made some declarations static. 6 dias atrás
math 8ba2e9c9de Moved lots of code into an implementation folder. 1 ano atrás
persistent 2966b6cfd7 Fixed lots of "" string literals that should have been U"" Unicode literals, by temporarily disabling the implicit type conversion. 19 horas atrás
render 2966b6cfd7 Fixed lots of "" string literals that should have been U"" Unicode literals, by temporarily disabling the implicit type conversion. 19 horas atrás
README.md 8ba2e9c9de Moved lots of code into an implementation folder. 1 ano atrás

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.