mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-05 23:28:45 +00:00
progress on resolving deps
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifdef MD_INTELLISENSE_DIRECTIVES
|
||||
#pragma once
|
||||
#include "base/memory.h"
|
||||
#endif
|
||||
|
||||
typedef struct Context Context;
|
||||
struct Context
|
||||
{
|
||||
Allocator allocator;
|
||||
};
|
||||
Reference in New Issue
Block a user