First commit with most sources

This commit is contained in:
Godzil
2018-05-21 08:48:53 +01:00
parent 2be3c740c9
commit 61b60f3068
53 changed files with 11137 additions and 0 deletions

11
mmvm/filesys.h Normal file
View 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