From 786bf07d8521a0fb23f7ba2274bbe738b8312500 Mon Sep 17 00:00:00 2001 From: APTX Date: Sun, 13 May 2012 19:31:46 +0200 Subject: [PATCH] Add missing convenience headers --- include/AniDBUdpClient/AnimeCommand | 1 + include/AniDBUdpClient/EpisodeCommand | 1 + 2 files changed, 2 insertions(+) create mode 100644 include/AniDBUdpClient/AnimeCommand create mode 100644 include/AniDBUdpClient/EpisodeCommand diff --git a/include/AniDBUdpClient/AnimeCommand b/include/AniDBUdpClient/AnimeCommand new file mode 100644 index 0000000..a9f3607 --- /dev/null +++ b/include/AniDBUdpClient/AnimeCommand @@ -0,0 +1 @@ +#include "../../animecommand.h" \ No newline at end of file diff --git a/include/AniDBUdpClient/EpisodeCommand b/include/AniDBUdpClient/EpisodeCommand new file mode 100644 index 0000000..3dc21f5 --- /dev/null +++ b/include/AniDBUdpClient/EpisodeCommand @@ -0,0 +1 @@ +#include "../../episodecommand.h" \ No newline at end of file -- 2.52.0