libcute 0.1
Loading...
Searching...
No Matches
destructor.h
Go to the documentation of this file.
1#pragma once
2
5#include "object/optional.h"
6
8typedef void (*cu_Destructor)(void *);
9
void(* cu_Destructor)(void *)
Definition destructor.h:8
#define CU_OPTIONAL_DECL(NAME, T)
Definition optional.h:25