mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
7 lines
160 B
C++
7 lines
160 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
|
|
int32_t handle_allocate (void* resource);
|
|
void* handle_get_resource (int32_t handle);
|
|
void handle_free (int32_t handle); |