summaryrefslogtreecommitdiff
path: root/src/Scene.h
blob: dab51c517847508c3467e60ec576a5be1f99097a (plain)
1
2
3
4
5
#ifndef DNG_SCENE_H
#define DNG_SCENE_H
/* sync with constants.lua */
enum Scene { INTRO, LEVEL, WIN, LOSS };
#endif // DNG_SCENE_H