18 lines
218 B
C
18 lines
218 B
C
|
//
|
||
|
// Created by versustune on 17.03.20.
|
||
|
//
|
||
|
|
||
|
#ifndef VENO_FLATLOOK_H
|
||
|
#define VENO_FLATLOOK_H
|
||
|
|
||
|
#include "JuceHeader.h"
|
||
|
|
||
|
class FlatLook : public LookAndFeel_V4 {
|
||
|
private:
|
||
|
public:
|
||
|
protected:
|
||
|
};
|
||
|
|
||
|
|
||
|
#endif //VENO_FLATLOOK_H
|