mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
7 lines
136 B
C++
7 lines
136 B
C++
|
|
#include "storm/error/Error.hpp"
|
||
|
|
#include "storm/error/Codes.hpp"
|
||
|
|
|
||
|
|
uint32_t s_lasterror = ERROR_SUCCESS;
|
||
|
|
APPFATINFO s_appFatInfo = {};
|
||
|
|
|