feat(options): implement StormSetOption

This commit is contained in:
phaneron 2025-03-31 14:29:51 -04:00
parent 09e7076a9b
commit 2ffa8217c0
4 changed files with 149 additions and 0 deletions

6
storm/option/Options.cpp Normal file
View file

@ -0,0 +1,6 @@
#include "storm/option/Options.hpp"
STORMOPTIONS g_opt;
uint32_t s_alloccount;
uint32_t s_freecount;