mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2024-11-23 05:39:54 +00:00
14 lines
117 B
C
14 lines
117 B
C
/**
|
|
* @file fly.h
|
|
*
|
|
* @brief Flies.
|
|
*/
|
|
#ifndef FLY_H
|
|
#define FLY_H
|
|
|
|
#include "common.h"
|
|
|
|
// ...
|
|
|
|
#endif // FLY_H
|