add user-mode platform environment

This commit is contained in:
unknown 2024-05-12 15:53:22 +09:00
parent f1247d1b74
commit 22ef15abda
20 changed files with 114 additions and 11 deletions

View file

@ -9,6 +9,12 @@
* @copyright This project is released under the GNU Public License v3.
*
*/
//
// Environment headers
//
#include "platform/user/header/Environment.h"
#include <Windows.h>
#include <string>
#include <conio.h>