mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
13 lines
178 B
C++
13 lines
178 B
C++
#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
|