mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
8 lines
99 B
C
8 lines
99 B
C
|
|
#ifndef STORM_LOG_H
|
||
|
|
#define STORM_LOG_H
|
||
|
|
|
||
|
|
#include "common/handle.h"
|
||
|
|
|
||
|
|
DECLARE_HANDLE(HSLOG);
|
||
|
|
|
||
|
|
#endif
|