sly1/include/rat.h
2024-07-08 17:21:40 +00:00

14 lines
116 B
C

/**
* @file rat.h
*
* @brief Rats.
*/
#ifndef RAT_H
#define RAT_H
#include "common.h"
// ...
#endif // RAT_H