Working on resource management stuff
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user