Files
metadesk/code/mdesk/context.h
T
2025-02-05 10:37:25 -05:00

11 lines
151 B
C

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