14 lines
139 B
C++
14 lines
139 B
C++
// (C) 2024 by Folkert van Heusden
|
|
// Released under MIT license
|
|
|
|
#include "gen.h"
|
|
#include "comm.h"
|
|
|
|
|
|
comm::comm()
|
|
{
|
|
}
|
|
|
|
comm::~comm()
|
|
{
|
|
}
|