Add SDL and create basic window

This commit is contained in:
Sajid
2024-09-30 20:57:40 +06:00
parent c20aadac60
commit 2122f247ac
18 changed files with 107 additions and 47 deletions
+2 -1
View File
@@ -18,4 +18,5 @@ public:
uint32_t MapVirtual(void* host) const noexcept;
};
extern Memory gMemory;
SWA_API void* MmGetHostAddress(uint32_t ptr);
extern Memory gMemory;