From b34a1876503cda2f3bd6535fca4f315ef5c39b18 Mon Sep 17 00:00:00 2001 From: N0ffie Date: Sat, 12 Apr 2025 21:35:03 +0200 Subject: [PATCH] Update README.md This stuff wild --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 412e09e..f7125cd 100644 --- a/README.md +++ b/README.md @@ -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