resolving deps [Part 2]

This commit is contained in:
2025-02-01 14:40:15 -05:00
parent ffaa2ca19f
commit a04ce430ee
3 changed files with 20 additions and 4 deletions
+1
View File
@@ -1,4 +1,5 @@
#if MD_INTELLISENSE_DIRECTIVES
#pragma once
#include "arch.h"
#include "os.h"
#include "compiler.h"
+15
View File
@@ -0,0 +1,15 @@
#if MD_INTELLISENSE_DIRECTIVES
#pragma once
#include "dependencies/base_types.h"
#endif
typedef union Rng1U64 Rng1U64;
union Rng1U64
{
struct
{
U64 min;
U64 max;
};
U64 v[2];
};
+4 -4
View File
@@ -1,11 +1,11 @@
// Copyright (c) 2024 Epic Games Tools
// Licensed under the MIT license (https://opensource.org/license/mit/)
#if MD_INTELLISENSE_DIRECTIVES
#pragma once
#include "dependencies/base_types.h"
#include "dependencies/string.h"
#endif
// Copyright (c) 2024 Epic Games Tools
// Licensed under the MIT license (https://opensource.org/license/mit/)
////////////////////////////////
//~ rjf: Messages