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