Compare commits
No commits in common. "documentation-changes" and "main" have entirely different histories.
documentat
...
main
1 changed files with 3 additions and 1 deletions
|
@ -193,7 +193,9 @@ Button(const std::string& text, const sf::Vector2f& size = {100.f, 30.f});
|
|||
|
||||
### DLL/Shared Library Considerations
|
||||
|
||||
TODO!
|
||||
- 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)
|
||||
|
||||
### SFML Integration
|
||||
|
||||
|
|
Loading…
Reference in a new issue