Mercurial > minori
comparison include/core/anime_db.h @ 379:5eaafed6c10b
*: clang-format
| author | Paper <paper@tflc.us> |
|---|---|
| date | Wed, 05 Nov 2025 12:59:46 -0500 |
| parents | 5912dafc6e28 |
| children |
comparison
equal
deleted
inserted
replaced
| 378:5912dafc6e28 | 379:5eaafed6c10b |
|---|---|
| 1 #ifndef MINORI_CORE_ANIME_DB_H_ | 1 #ifndef MINORI_CORE_ANIME_DB_H_ |
| 2 #define MINORI_CORE_ANIME_DB_H_ | 2 #define MINORI_CORE_ANIME_DB_H_ |
| 3 | 3 |
| 4 #include "core/anime.h" | 4 #include "core/anime.h" |
| 5 #include "json/json_fwd.hpp" | 5 #include "json/json_fwd.hpp" |
| 6 #include <QImage> | |
| 6 #include <string> | 7 #include <string> |
| 7 #include <unordered_map> | 8 #include <unordered_map> |
| 8 #include <QImage> | |
| 9 | 9 |
| 10 namespace Anime { | 10 namespace Anime { |
| 11 | 11 |
| 12 class Database { | 12 class Database { |
| 13 public: | 13 public: |
