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

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

private:
    
};

#endif // TIMER_H