REminiscence/unpack.h

15 lines
274 B
C
Raw Normal View History

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