__
This commit is contained in:
parent
90dde05b79
commit
2cb54dd570
@ -5,6 +5,12 @@
|
|||||||
|
|
||||||
#include <physfs.h>
|
#include <physfs.h>
|
||||||
|
|
||||||
|
#define RD7_FSYS_GETINFO(path) ({ \
|
||||||
|
RenderD7::FileSystem::Info inf; \
|
||||||
|
RenderD7::FileSystem::GetInfo(path, inf); \
|
||||||
|
inf; \
|
||||||
|
})
|
||||||
|
|
||||||
namespace RenderD7
|
namespace RenderD7
|
||||||
{
|
{
|
||||||
namespace FileSystem
|
namespace FileSystem
|
||||||
|
Loading…
Reference in New Issue
Block a user