15 lines
163 B
C
15 lines
163 B
C
|
//
|
||
|
// Created by versustune on 11.06.20.
|
||
|
//
|
||
|
|
||
|
#ifndef VENO_PRESETMANAGER_H
|
||
|
#define VENO_PRESETMANAGER_H
|
||
|
|
||
|
|
||
|
class PresetManager {
|
||
|
|
||
|
};
|
||
|
|
||
|
|
||
|
#endif //VENO_PRESETMANAGER_H
|