aboutsummaryrefslogtreecommitdiff
path: root/src/engine/TODO/hh_combat.h
blob: 16c41f5ab345f407cf2c14c7b28808dbe48e69fd (plain)
1
2
3
4
5
6
7
8
9
#include "hh_entity.h"


// attacktypes:

/// @brief basic attack
/// @param dmg damage number
/// @param target entity under attack (damage changes this hp value)
void hh_attack_basic( int8_t dmg, hh_entity* target );