Update README.md

This stuff wild
This commit is contained in:
N0ffie 2025-04-12 21:35:03 +02:00
parent d2ff63b087
commit b34a187650

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