mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2025-02-17 05:38:37 +00:00
14 lines
116 B
C
14 lines
116 B
C
/**
|
|
* @file rat.h
|
|
*
|
|
* @brief Rats.
|
|
*/
|
|
#ifndef RAT_H
|
|
#define RAT_H
|
|
|
|
#include "common.h"
|
|
|
|
// ...
|
|
|
|
#endif // RAT_H
|