mirror of
https://github.com/Ed94/metadesk.git
synced 2026-06-12 23:51:37 -07:00
11 lines
151 B
C
11 lines
151 B
C
#ifdef INTELLISENSE_DIRECTIVES
|
|
#pragma once
|
|
#include "base/memory.h"
|
|
#endif
|
|
|
|
typedef struct Context Context;
|
|
struct Context
|
|
{
|
|
Allocator allocator;
|
|
};
|