#include "genmacro.h"
Data Structures | |
struct | weap_dmg |
Defines | |
#define | GEN_DAMAGE(i,...) |
#define | SET_DMG(type, d, a_b) |
Functions | |
struct weap_dmg | calculatedmg_byid (int id) |
#define GEN_DAMAGE | ( | i, | |||
... | ) |
int dmg; int at_bon; SWITCH_MACRO (i, __VA_ARGS__) \ struct weap_dmg wd; wd.dmg = dmg; wd.at_bon = at_bon; return wd;
struct weap_dmg calculatedmg_byid | ( | int | id | ) | [read] |