summaryrefslogtreecommitdiff
path: root/src/states/ids.h
blob: d8c69da08a0514102648ecd9c0ab87aa7dad7440 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef STATE_IDS_H
#define STATE_IDS_H

namespace States
{
    enum Id
    {
        None,
        Title,
        Menu,
        Game,
        Loading,
        Pause,
        Settings,
        Tutorial
    };
}

#endif // STATE_IDS_H