KEK/comm.cpp
folkert van heusden 9521fcecd1
base class
2024-05-16 21:32:46 +02:00

9 lines
55 B
C++

#include "comm.h"
comm::comm()
{
}
comm::~comm()
{
}