projet crepp_git/crepp-projects/nichoir_oiseaux · branche main
#ifndef CAMERA_H
#define CAMERA_H

class Camera {
public:
    Camera();
    ~Camera();
    void init();

private:
    
};

#endif // Camera_H