place netsim in static library

This commit is contained in:
Robert 2023-06-30 01:19:45 +02:00
parent aa458dadd6
commit 8f840ff1fe
10 changed files with 17 additions and 10 deletions

View file

@ -0,0 +1,4 @@
#pragma once
#include "Network.hpp"
#include "Device.hpp"