~widelands-dev/widelands/bug-1808169-disable-focus

« back to all changes in this revision

Viewing changes to src/logic/map_objects/tribes/training_attribute.h

Merged lp:~widelands-dev/widelands/appveyor_reenable_glbinding:
Use glbinding on Appveyor again, pre-built package was updated: https://github.com/Alexpux/MINGW-packages/issues/4671

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 * may have. Used in conjunction with \ref Requirements.
30
30
 */
31
31
enum class TrainingAttribute : uint8_t { kHealth = 0, kAttack, kDefense, kEvade, kTotal = 100 };
32
 
}
 
32
}  // namespace Widelands
33
33
 
34
34
#endif  // end of include guard: WL_LOGIC_MAP_OBJECTS_TRIBES_TRAINING_ATTRIBUTE_H