fix: Various general fixes and changes
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
#include <cstdint>
|
||||
|
||||
using namespace std;
|
||||
|
||||
#if defined (__x86_64__)
|
||||
namespace System {
|
||||
struct Registers {
|
||||
|
||||
};
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user