aboutsummaryrefslogtreecommitdiff
path: root/src/blocks/blocks.h
blob: 76a08c89d5134dedfb746210ef4fb00d7f76838e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef SRC_BLOCKS_BLOCKS_H_
#define SRC_BLOCKS_BLOCKS_H_

#ifdef __cplusplus
extern "C" {
#endif

const unsigned char *get_blocks_dat_start();
size_t get_blocks_dat_size();

#ifdef __cplusplus
}
#endif


#endif /* SRC_BLOCKS_BLOCKS_H_ */