diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2023-07-23 18:59:53 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2023-07-23 23:52:47 +0200 |
| commit | 591563f4289f277924583bf318011efe341f46c0 (patch) | |
| tree | 47dd5ecfb7542480e1efd76f4414b92a09053a2d /src/projectile/windProjectile.c | |
| parent | eb233b05cdd259fe52737c8287fbdfc8e4bd7870 (diff) | |
Create new entity structs for Projectiles
Diffstat (limited to 'src/projectile/windProjectile.c')
| -rw-r--r-- | src/projectile/windProjectile.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/projectile/windProjectile.c b/src/projectile/windProjectile.c index c8d0bfad..d07eeb6e 100644 --- a/src/projectile/windProjectile.c +++ b/src/projectile/windProjectile.c @@ -1,5 +1,12 @@ -#include "entity.h" +/** + * @file windProjectile.c + * @ingroup Projectiles + * + * @brief Wind Projectile + */ +#define NENT_DEPRECATED #include "enemy.h" +#include "entity.h" #include "functions.h" extern void (*const WindProjectile_Actions[])(Entity*); |
