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