mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2024-11-23 13:49:54 +00:00
14 lines
132 B
C
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
|