blob: 708a89d071fd90fa4f9984208182f5e68d64d55a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/* Copyright (c) 2001, Stanford University
* All rights reserved.
*
* See the file LICENSE.txt for information on redistributing this software.
*/
#ifndef CR_UNPACKER_H
#define CR_UNPACKER_H
#ifdef DLLDATA
#undef DLLDATA
#endif
#define DLLDATA(type) DECLEXPORT(type)
#include "cr_version.h"
#include "cr_unpack.h"
#include "unpack_extend.h"
#endif /* CR_UNPACKER_H */
|