mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2024-11-23 05:39:54 +00:00
14 lines
136 B
C
14 lines
136 B
C
/**
|
|
* @file dart.h
|
|
*
|
|
* @brief Dart gun projectiles.
|
|
*/
|
|
#ifndef DART_H
|
|
#define DART_H
|
|
|
|
#include "common.h"
|
|
|
|
// ...
|
|
|
|
#endif // DART_H
|