REminiscence/unpack.h

15 lines
291 B
C
Raw Normal View History

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