mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
feat(options): implement StormSetOption
This commit is contained in:
parent
09e7076a9b
commit
2ffa8217c0
4 changed files with 149 additions and 0 deletions
6
storm/option/Options.cpp
Normal file
6
storm/option/Options.cpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include "storm/option/Options.hpp"
|
||||
|
||||
STORMOPTIONS g_opt;
|
||||
|
||||
uint32_t s_alloccount;
|
||||
uint32_t s_freecount;
|
||||
Loading…
Add table
Add a link
Reference in a new issue