// filesystem definitions #pragma once #include "DvdStructs.h" // externals bool dvd_fs_init(); int dvd_open(const char *path);