17 lines
184 B
C++
17 lines
184 B
C++
//
|
|
// Created by slave on 06.12.2024.
|
|
//
|
|
|
|
#ifndef TOOLBOX_TOOLBOX_TRAY_H
|
|
#define TOOLBOX_TOOLBOX_TRAY_H
|
|
|
|
#include "tray.h"
|
|
|
|
|
|
class toolbox_tray {
|
|
|
|
};
|
|
|
|
|
|
#endif //TOOLBOX_TOOLBOX_TRAY_H
|