aboutsummaryrefslogtreecommitdiff
path: root/src/unit/inc/unit_type.h
blob: ea598562fa43f06b8f82d45e3d5cdf2bb4d5372c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef UNIT_TYPE_H
#define UNIT_TYPE_H

enum unit_type
{
    UNIT_TYPE_1,
    UNIT_TYPE_2,
    UNIT_TYPE_3,
    UNIT_TYPE_4,
    UNIT_TYPE_5,
    UNIT_TYPE_6,
    UNIT_TYPE_CAR_1,
    UNIT_TYPE_CAR_2,

    MAX_UNIT_TYPES
};

#endif /* UNIT_TYPE_H */