Engine2026/engine/camera.h
2026-02-02 03:12:29 +01:00

12 lines
No EOL
106 B
C++

#ifndef ENGINE2026_CAMERA_H
#define ENGINE2026_CAMERA_H
class Camera
{
public:
Camera();
};
#endif