FileStream: The rest of the changes...

This commit is contained in:
goeiecool9999 2022-09-07 01:26:38 +02:00 committed by klaas
parent 535ff8c0d7
commit 9a5c95cd76
33 changed files with 32 additions and 553 deletions

View file

@ -2,7 +2,7 @@
#include <string.h>
#include <stdlib.h>
#include "wud.h"
#include "Common/filestream.h"
#include "Common/FileStream.h"
wud_t* wud_open(const fs::path& path)
{