Files
metadesk/code/mdesk/context.h
T
2025-02-01 16:05:53 -05:00

11 lines
154 B
C

#ifdef MD_INTELLISENSE_DIRECTIVES
#pragma once
#include "base/memory.h"
#endif
typedef struct Context Context;
struct Context
{
Allocator allocator;
};