10 lines
176 B
C
10 lines
176 B
C
|
#ifndef __SCENE_TV_H__
|
||
|
#define __SCENE_TV_H__
|
||
|
|
||
|
#define SCENE_TV "Scene_tv"
|
||
|
|
||
|
extern std::string scene_name_TV;
|
||
|
void register_scene_TV(void);
|
||
|
|
||
|
#endif /*__SCENE_TV_H__*/
|