fix long standing grind bug
[carveJwlIkooP6JGAAIwe30JlM.git] / workshop_types.h
1 #ifndef WORKSHOP_TYPES_H
2 #define WORKSHOP_TYPES_H
3
4 enum workshop_file_type{
5 k_workshop_file_type_none = 0,
6 k_workshop_file_type_board = 1,
7 k_workshop_file_type_world = 2,
8 k_workshop_file_type_max = 8
9 };
10
11 #endif /* WORKSHOP_TYPES_H */