17 lines
121 B
C++
17 lines
121 B
C++
//
|
|
// Created by black on 12.06.25.
|
|
//
|
|
|
|
#ifndef MANAGER_H
|
|
#define MANAGER_H
|
|
|
|
|
|
|
|
class Manager {
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif //MANAGER_H
|