Mercurial > minori
comparison src/track/media.cc @ 236:4d461ef7d424
HUGE UPDATE: convert build system to autotools
why? because cmake sucks :)
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Fri, 19 Jan 2024 00:24:02 -0500 |
| parents | 69f4768a820c |
| children | 862d0d8619f6 |
comparison
equal
deleted
inserted
replaced
| 235:593108b3d555 | 236:4d461ef7d424 |
|---|---|
| 8 | 8 |
| 9 #include <string> | 9 #include <string> |
| 10 #include <unordered_map> | 10 #include <unordered_map> |
| 11 #include <vector> | 11 #include <vector> |
| 12 #include <filesystem> | 12 #include <filesystem> |
| 13 | |
| 14 #include <iostream> | |
| 13 | 15 |
| 14 #include "animia.h" | 16 #include "animia.h" |
| 15 | 17 |
| 16 namespace Track { | 18 namespace Track { |
| 17 namespace Media { | 19 namespace Media { |
