mirnor refactor

This commit is contained in:
2022-10-03 03:54:16 +02:00
parent ad55a345b2
commit 97a5241fad
4 changed files with 74 additions and 67 deletions

View File

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