added type structure and parsing for the csv

This commit is contained in:
2026-03-22 02:26:33 +01:00
parent e06a0e52a4
commit 43ed99bbdd
4 changed files with 127 additions and 9 deletions

View File

@@ -1,2 +1,2 @@
main: main.cpp
g++ main.cpp -o build/main `pkg-config --cflags --libs gtkmm-4.0`
main: main.cpp type.cpp
g++ -Wall main.cpp type.cpp -o build/main `pkg-config --cflags --libs gtkmm-4.0`