This commit is contained in:
tobid7 2022-08-04 01:47:07 +02:00
parent 90dde05b79
commit 2cb54dd570

View File

@ -5,6 +5,12 @@
#include <physfs.h>
#define RD7_FSYS_GETINFO(path) ({ \
RenderD7::FileSystem::Info inf; \
RenderD7::FileSystem::GetInfo(path, inf); \
inf; \
})
namespace RenderD7
{
namespace FileSystem