// // Created by versustune on 17.03.20. // #ifndef VENO_CRAZYLOOK_H #define VENO_CRAZYLOOK_H #include "JuceHeader.h" class CrazyLook : public LookAndFeel_V4 { private: public: protected: }; #endif //VENO_CRAZYLOOK_H