#ifndef _WEAPONS_SYSTEM #define _WEAPONS_SYSTEM #include #define MAX_PROJECTILES 2 struct Projectile projectiles[MAX_PROJECTILES]; #endif