mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 00:49:08 +00:00
feat(handle): improve handle macros
This commit is contained in:
parent
5121638c27
commit
595e431d92
3 changed files with 31 additions and 6 deletions
|
|
@ -4,9 +4,9 @@
|
|||
#include "storm/Handle.hpp"
|
||||
#include <cstdint>
|
||||
|
||||
DECLARE_HANDLE(HSRGN);
|
||||
DECLARE_STORM_HANDLE(HSRGN);
|
||||
|
||||
DECLARE_HANDLE(HLOCKEDRGN);
|
||||
DECLARE_STORM_HANDLE(HLOCKEDRGN);
|
||||
|
||||
struct RECTF {
|
||||
float left;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue