Working on resource management stuff

This commit is contained in:
Krzosa Karol
2024-07-23 22:33:01 +02:00
parent 4cb892133f
commit 1528ecac52
12 changed files with 167 additions and 287 deletions

View File

@@ -28,6 +28,9 @@ bool InitOS();
String GetExePath(Allocator allocator);
String GetExeDir(Allocator allocator);
bool FileExists(String path);
bool IsDir(String path);
bool IsFile(String path);
struct Process {
bool is_valid;