finish OSLib/MacSpecs.c and use OS_PATHSEP in more places

This commit is contained in:
Ash Wolf
2022-10-13 12:39:17 +01:00
parent bdf2608f1d
commit c198d1135a
4 changed files with 396 additions and 29 deletions

View File

@@ -1,6 +1,8 @@
#pragma once
#include "common.h"
#define OS_PATHSEP '/'
/**
* OS abstraction layer
*/