David Piuva 90b037fbf5 Implemented assignment of cursor position for Cacao when in full-screen, adapting to pixel scaling, and returning false when the cursor could not be moved. 7 месяцев назад
..
font 8ba2e9c9de Moved lots of code into an implementation folder. 10 месяцев назад
gui 90b037fbf5 Implemented assignment of cursor position for Cacao when in full-screen, adapting to pixel scaling, and returning false when the cursor could not be moved. 7 месяцев назад
image 8ba2e9c9de Moved lots of code into an implementation folder. 10 месяцев назад
machine 8ba2e9c9de Moved lots of code into an implementation folder. 10 месяцев назад
math 8ba2e9c9de Moved lots of code into an implementation folder. 10 месяцев назад
persistent 8ba2e9c9de Moved lots of code into an implementation folder. 10 месяцев назад
render e32bf92d1a Fixed memory leak by assuming that std::function will always heap allocate captured data. 8 месяцев назад
README.md 8ba2e9c9de Moved lots of code into an implementation folder. 10 месяцев назад

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.