fix: Various general fixes and changes

This commit is contained in:
Daniel Hammer
2025-03-07 23:57:20 +01:00
parent 6c5f6ecd47
commit 8cbb8d4472
8 changed files with 25 additions and 42 deletions
+12
View File
@@ -0,0 +1,12 @@
#pragma once
#include <cstdint>
using namespace std;
#if defined (__x86_64__)
namespace System {
struct Registers {
};
};
#endif