#ifndef BATTLE_FRACTIONS_H #define BATTLE_FRACTIONS_H struct stat_fractions{ u8 dividend; u8 divisor; }; struct stat_fractions stat_buffs[] = { {2, 8}, {2, 7}, {2, 6}, {2, 5}, {2, 4}, {2, 3}, {2, 2}, {3, 2}, {4, 2}, {5, 2}, {6, 2}, {7, 2}, {8, 2} }; #endif /* BATTLE_FRACTIONS_H */