mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-05 23:28:45 +00:00
resolving deps [Part 2]
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#if MD_INTELLISENSE_DIRECTIVES
|
#if MD_INTELLISENSE_DIRECTIVES
|
||||||
|
#pragma once
|
||||||
#include "arch.h"
|
#include "arch.h"
|
||||||
#include "os.h"
|
#include "os.h"
|
||||||
#include "compiler.h"
|
#include "compiler.h"
|
||||||
|
|||||||
@@ -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
@@ -1,11 +1,11 @@
|
|||||||
// Copyright (c) 2024 Epic Games Tools
|
|
||||||
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
|
||||||
|
|
||||||
#if MD_INTELLISENSE_DIRECTIVES
|
#if MD_INTELLISENSE_DIRECTIVES
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "dependencies/base_types.h"
|
#include "dependencies/string.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Copyright (c) 2024 Epic Games Tools
|
||||||
|
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
||||||
|
|
||||||
////////////////////////////////
|
////////////////////////////////
|
||||||
//~ rjf: Messages
|
//~ rjf: Messages
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user