aboutsummaryrefslogtreecommitdiffstats
path: root/include/locusts.h
blob: 1f2fdf54c0f79af3ca649d288f9c00d9ed17e493 (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 that locusts are not included with this package,
 * you must provide your own.
 */
void introduce_locusts(void);

#ifdef __cplusplus
}
#endif

#endif /* LOCUSTS_H */