Compare commits

..

2 commits

Author SHA1 Message Date
Jocelyn
3248f026af Merge branch 'main' into documentation-changes 2025-04-12 21:43:15 +02:00
b34a187650 Update README.md
This stuff wild
2025-04-12 21:35:03 +02:00

View file

@ -193,9 +193,7 @@ Button(const std::string& text, const sf::Vector2f& size = {100.f, 30.f});
### DLL/Shared Library Considerations
- Use `CIGUI_API` macro for all classes and non-inline functions
- Use `CIGUI_TEMPLATE_API` for template classes
- Handle template instantiation properly (see Templates section)
TODO!
### SFML Integration