mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
feat(log): add first SLog functions
This commit is contained in:
parent
2c6f97dbb9
commit
ec148a9af8
3 changed files with 371 additions and 0 deletions
13
storm/Log.hpp
Normal file
13
storm/Log.hpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef STORM_LOG_HPP
|
||||
#define STORM_LOG_HPP
|
||||
|
||||
|
||||
#include "storm/Common.hpp"
|
||||
#include "storm/String.hpp"
|
||||
|
||||
|
||||
DECLARE_STRICT_HANDLE(HSLOG);
|
||||
DECLARE_STRICT_HANDLE(HLOCKEDLOG);
|
||||
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue