aboutsummaryrefslogtreecommitdiff
path: root/src/resource/inc/resource_type.h
blob: 8a4114839aad2e358bbf042275bcf3f4e7d97510 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef RESOURCE_TYPE_H
#define RESOURCE_TYPE_H

#ifdef __cplusplus
extern "C"
{
#endif

enum resource_type
{
    RESOURCE_TYPE_WOOD,
    RESOURCE_TYPE_GOLD,

    MAX_RESOURCE_TYPES
};

#ifdef __cplusplus
}
#endif

#endif /* RESOURCE_TYPE_H */