novelrt / NovelRT

A cross-platform 2D game engine accompanied by a strong toolset for visual novels.
MIT License
184 stars 42 forks source link

Added the stduuid library. #468

Closed DynamicField closed 2 years ago

DynamicField commented 2 years ago

This includes the stduuid library to the internal folder, which enables the use of UUIDs in persistence with the MT19937 algorithm.
We've used a specific version commit of stduuid containing important fixes for including GSL.