#ifndef DNG_SCENE_H #define DNG_SCENE_H /* sync with constants.lua */ enum Scene { INTRO, LEVEL, WIN, LOSS }; #endif // DNG_SCENE_H