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

14 lines
125 B
C

/**
* @file zap.h
*
* @brief Damage system.
*/
#ifndef ZAP_H
#define ZAP_H
#include "common.h"
// ...
#endif // ZAP_H