progress on resolving deps

This commit is contained in:
ed
2025-02-01 16:05:53 -05:00
parent 9459ae066a
commit e30f65a86b
17 changed files with 178 additions and 53 deletions
+10
View File
@@ -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
View File
@@ -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