reVeno/Source/Veno/GUI/LookAndFeel/CrazyLook.h
versustunez ac22ea5e75 - reformat to JUCE-Guidelines
- added Matrix => half working ;)
2020-06-13 16:52:16 +02:00

17 lines
220 B
C++

//
// 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