iceshard-engine / engine

A personal game engine project, with development focus towards 2D/2.5D games.
https://www.iceshard.net/engine
MIT License
38 stars 3 forks source link

Improve safety of the DataStorage API. #131

Open Dandielo opened 2 years ago

Dandielo commented 2 years ago

Currently mixing up calls on a data storage but using the same name, will result in undefined behavior, most of the time a crash. We would like to at least assert ahead of time.