mirror of
https://github.com/thunderbrewhq/common.git
synced 2025-12-12 03:02:29 +00:00
fix(common): depend on squall for handle declaration macro
This commit is contained in:
parent
1ebcf9260b
commit
0d60911153
1 changed files with 2 additions and 4 deletions
|
|
@ -5,11 +5,9 @@
|
|||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
typedef void* HANDLE;
|
||||
#include <storm/Handle.hpp>
|
||||
|
||||
#define DECLARE_HANDLE(name) \
|
||||
struct name##__; \
|
||||
typedef struct name##__* name
|
||||
typedef void* HANDLE;
|
||||
|
||||
DECLARE_HANDLE(HOBJECT);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue