/** @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 */