1 #pragma once
2 
3 // This order is *critical*. Don't mess with it (see mon_enchant)
4 enum kill_category
5 {
6     KC_YOU,
7     KC_FRIENDLY,
8     KC_OTHER,
9     KC_NCATEGORIES
10 };
11