wip more refactoring

This commit is contained in:
2022-10-03 01:15:49 +02:00
parent 9a8bfe36f8
commit 5d6a5d8c01
7 changed files with 252 additions and 109 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
.h -> c header (public interface)
.hpp -> c++ header (private interface)
.cpp -> c++ source (private implementation)