First commit with most sources
This commit is contained in:
11
mmvm/filesys.h
Normal file
11
mmvm/filesys.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _MMVM_FILESYS_H
|
||||
#define _MMVM_FILESYS_H
|
||||
|
||||
#include "mmvm.h"
|
||||
#include "wwstruct.h"
|
||||
|
||||
void InitFilesys(LPMMVM mmvm);
|
||||
void CloseFilesys();
|
||||
void HandleFsIL(LPMMVM mmvm);
|
||||
|
||||
#endif // #ifdef _MMVM_FILESYS_H
|
||||
Reference in New Issue
Block a user