Files
salmanoff/core/include/scene.h
T

10 lines
61 B
C++
Raw Normal View History

2024-09-04 14:08:50 +10:00
#ifndef _SCENE_H
#define _SCENE_H
class Scene
{
};
#endif