sly1/include/rip.h
2024-07-07 20:53:08 +00:00

14 lines
132 B
C

/**
* @file rip.h
*
* @brief Rip-off game (crabs).
*/
#ifndef RIP_H
#define RIP_H
#include "common.h"
// ...
#endif // RIP_H