ys2-intro/loader/tools/b2/cruncher.h

10 lines
196 B
C
Raw Normal View History

2025-11-13 11:07:39 -05:00
#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_