aboutsummaryrefslogtreecommitdiffstats
path: root/include/locusts.h
blob: 316bfdb2fad396ed01b9befadbac7d5d2e9acf0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/** @file */
#ifndef LOCUSTS_H
#define LOCUSTS_H

#ifdef __cplusplus
extern "C" {
#endif

/**
 * @brief Add locusts to your codebase.
 *
 * NOTE: Locusts are not included in this library.
 * You will have to provide your own.
 */
void introduce_locusts(void);

#ifdef __cplusplus
}
#endif

#endif /* LOCUSTS_H */