Some more thoughts
This commit is contained in:
parent
b997972ec1
commit
bc2dc9bf07
18 changed files with 146 additions and 42 deletions
14
module/actor.cpp
Normal file
14
module/actor.cpp
Normal file
|
@ -0,0 +1,14 @@
|
|||
// SPDX-FileCopyrightText: 2024 Yury Gubich <blue@macaw.me>
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#include "actor.h"
|
||||
|
||||
Module::Actor::Actor():
|
||||
Module()
|
||||
{}
|
||||
|
||||
Module::Actor::~Actor() noexcept {}
|
||||
|
||||
void Module::Actor::message(const std::string& text) {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue