issues
search
benreid24
/
BLIB
Small organized collection of common code I have accumulated over the years that has amassed into a proper 2d game engine
1
stars
0
forks
source link
Refactor JSON module
#102
Closed
benreid24
closed
2 years ago
benreid24
commented
2 years ago
Primary changes:
Separate integer and float types
Replace use of std::optional with pointers to allow mutable Values and avoid copies
Primary changes: