sly1/include/dart.h

14 lines
136 B
C
Raw Permalink Normal View History

2024-07-01 17:52:11 +00:00
/**
* @file dart.h
2024-07-07 20:53:08 +00:00
*
* @brief Dart gun projectiles.
2024-07-01 17:52:11 +00:00
*/
#ifndef DART_H
#define DART_H
#include "common.h"
// ...
2024-07-01 22:16:20 +00:00
#endif // DART_H