ys2-intro/loader/tools/b2/cruncher.h
2025-11-13 19:07:39 +03:00

10 lines
196 B
C

#ifndef _cruncher_h_
#define _cruncher_h_
#include "bb.h"
#include "file.h"
bool crunch(File *aSource, File *aTarget, uint startAdress, uint decrFlag, bool isRelocated);
#endif // _cruncher_h_