Tagged Questions
4
votes
3answers
252 views
Runtime Storage vs Static Storage
Runtime Storage (hardcoded) vs Static Storage (file storage)
(original question)
I extended my engines GUI from
procedural style to object orientated
style, but I still have to create
...