REminiscence/unpack.h

15 lines
293 B
C
Raw Permalink Normal View History

2016-03-20 17:00:00 +01:00
/*
* REminiscence - Flashback interpreter
2019-10-27 17:00:00 +01:00
* Copyright (C) 2005-2019 Gregory Montoir (cyx@users.sourceforge.net)
2015-08-02 18:00:00 +02:00
*/
#ifndef UNPACK_H__
#define UNPACK_H__
#include "intern.h"
2019-10-27 17:00:00 +01:00
extern bool bytekiller_unpack(uint8_t *dst, int dstSize, const uint8_t *src, int srcSize);
2015-08-02 18:00:00 +02:00
#endif // UNPACK_H__