mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-04 22:58:44 +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;
|
||||
};
|
||||
+2
-1
@@ -1,6 +1,7 @@
|
||||
#if MD_INTELLISENSE_DIRECTIVES
|
||||
#pragma once
|
||||
#include "dependencies/string.h"
|
||||
#include "base/string.h"
|
||||
#include "base/math.h"
|
||||
#endif
|
||||
|
||||
// Copyright (c) 2024 Epic Games Tools
|
||||
|
||||
Reference in New Issue
Block a user