#ifndef DAMAGE_H #define DAMAGE_H .float total_damages; // number of effects which currently are attached to a player void Ent_DamageInfo(float isNew); #endif