Added everything

This commit is contained in:
2025-10-27 17:07:57 +02:00
commit 89c5629176
8 changed files with 398 additions and 0 deletions

4
example/Makefile Normal file
View File

@@ -0,0 +1,4 @@
all:
g++ main.cpp ../Progress.cpp ../StatusBarManager.cpp -o example
.PHONY: all