copyrights
This commit is contained in:
parent
0bf55ecb1a
commit
e45b978134
2 changed files with 9 additions and 0 deletions
5
comm.cpp
5
comm.cpp
|
@ -1,5 +1,10 @@
|
||||||
|
// (C) 2024 by Folkert van Heusden
|
||||||
|
// Released under MIT license
|
||||||
|
|
||||||
|
#include "gen.h"
|
||||||
#include "comm.h"
|
#include "comm.h"
|
||||||
|
|
||||||
|
|
||||||
comm::comm()
|
comm::comm()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
4
comm.h
4
comm.h
|
@ -1,3 +1,7 @@
|
||||||
|
// (C) 2024 by Folkert van Heusden
|
||||||
|
// Released under MIT license
|
||||||
|
|
||||||
|
#include "gen.h"
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue