10 lines
61 B
C++
10 lines
61 B
C++
#ifndef _SCENE_H
|
|
#define _SCENE_H
|
|
|
|
class Scene
|
|
{
|
|
};
|
|
|
|
#endif
|
|
|