diff --git a/src/processingunit.cpp b/src/processingunit.cpp new file mode 100644 index 0000000..a20b399 --- /dev/null +++ b/src/processingunit.cpp @@ -0,0 +1,16 @@ +/* + * Copyright (C) 2022 Riyyi + * Copyright (C) 2022 Th3FrankXD + * + * SPDX-License-Identifier: MIT + */ + +#include "processing-unit.h" + +ProcessingUnit::ProcessingUnit() +{ +} + +ProcessingUnit::~ProcessingUnit() +{ +}