MCUME/MCUME_pico/picosnd/LibFC14/Dump.h

16 wiersze
526 B
C

// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
#ifndef DUMP_H
#define DUMP_H
#include "MyTypes.h"
#include "SmartPtr.h"
void dumpBlocks(smartPtr<ubyte>& fcBuf, udword startOffset, sdword length, int blockLen);
void dumpLines(smartPtr<ubyte>& fcBuf, udword startOffset, sdword length, int blockLen);
#endif // DUMP_H