summaryrefslogtreecommitdiff
path: root/src/enums.h
blob: 25775901777239d90efeafabe140855d099bd28a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef ENUMS_H
#define ENUMS_H

enum ScopeId
{
	sidLocal,
	sidGlobal,
	sidPlayer,
	sidSituation
};

#endif