Files
BlitzNext/Runtime/lib/bbfilesystem.hpp
T
Michael Fabian 'Xaymar' Dirks 09be5488e1 runtime/lib: C++ify
2019-01-18 21:26:57 +01:00

7 lines
97 B
C++

#pragma once
#include "bbsys.hpp"
#include <gxfilesystem.hpp>
extern gxFileSystem* gx_filesys;