singleton: add reloadable Singleton type

This commit is contained in:
outfoxxed 2024-03-13 00:57:03 -07:00
parent 463f9a297f
commit 211f454de9
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
6 changed files with 108 additions and 5 deletions

View file

@ -13,5 +13,6 @@ headers = [
"panelinterface.hpp",
"floatingwindow.hpp",
"popupwindow.hpp",
"singleton.hpp",
]
-----