binana/profile/3.3.5a-windows-386/include/bc/system_file/stacked/filefunc.h
superp00t 1c5ace1e7f
Some checks failed
Push / build (push) Has been cancelled
feat(profile): added bc information
2026-04-04 07:12:21 -04:00

14 lines
386 B
C

#ifndef BC_SYSTEM_FILE_FILE_FUNC_H
#define BC_SYSTEM_FILE_FILE_FUNC_H
DECLARE_STRUCT(Blizzard__File__Filesystem);
DECLARE_STRUCT(System_File__Stacked__FileParms);
typedef bool (*System_File__Stacked__FileFunc)(
Blizzard__File__Filesystem* fs,
System_File__Stacked__FileParms* parms);
#include "bc/file/filesystem.h"
#include "bc/system_file/stacked/fileparms.h"
#endif