moved everything to old stuff

This commit is contained in:
georgemoralis 2023-03-28 09:40:22 +03:00
parent e420476829
commit 5f19daf3ba
53 changed files with 1 additions and 6 deletions

View file

@ -0,0 +1,18 @@
#include "PFS.h"
PFS::PFS()
{
}
PFS::~PFS()
{
}
bool PFS::pfsOuterReadHeader(U08* psfOuterStart)
{
psfOuterheader = (PFS_HDR&)psfOuterStart[0];
return true;
}