jay/module/owner.h

13 lines
218 B
C
Raw Normal View History

2025-03-02 21:33:22 +02:00
// SPDX-FileCopyrightText: 2024 Yury Gubich <blue@macaw.me>
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once
#include "module.h"
class Owner : public Module {
public:
Owner();
~Owner() noexcept;
};