Beginning the design of the program. It could change in the future.

This commit is contained in:
Florent Denef 2021-01-23 15:13:08 +01:00
commit 980f48959c
No known key found for this signature in database
GPG key ID: 873C3ACCF970C74E
7 changed files with 118 additions and 6 deletions

1
src/cache_files.cpp Normal file
View file

@ -0,0 +1 @@
#include "../include/cache_files.hpp"

1
src/network.cpp Normal file
View file

@ -0,0 +1 @@
#include "../include/network.hpp"