diff options
author | Thomas Günther <tom@toms-cafe.de> | 2005-05-15 20:40:40 +0200 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2005-05-15 20:40:40 +0200 |
commit | af3c5b5a2ad2c21c7057ff5d697348c30c644b54 (patch) | |
tree | c2b4c299bc64595e745ef85f3220adc6dee71dc6 | |
parent | 32f97c316099d1a2070750350dd9b663a7ac4dee (diff) | |
download | vdr-plugin-spider-af3c5b5a2ad2c21c7057ff5d697348c30c644b54.tar.gz vdr-plugin-spider-af3c5b5a2ad2c21c7057ff5d697348c30c644b54.tar.bz2 |
Fixed compilation with woody
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | bitmap.h | 3 | ||||
-rw-r--r-- | game.h | 3 | ||||
-rw-r--r-- | i18n.h | 3 | ||||
-rw-r--r-- | setup.h | 3 |
5 files changed, 12 insertions, 4 deletions
@@ -4,3 +4,7 @@ VDR Plugin 'spider' Revision History 2005-05-12: Version 0.1.0 - Initial revision. + +XXXX-XX-XX: Version 0.1.1 + +- Fixed compilation with woody @@ -3,12 +3,13 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: bitmap.h 2 2005-05-14 22:25:56Z tom $ + * $Id: bitmap.h 5 2005-05-15 18:40:40Z tom $ */ #ifndef VDR_SPIDER_BITMAP_H #define VDR_SPIDER_BITMAP_H +#include "spider.h" #include <vdr/config.h> #include <vdr/osdbase.h> #include <vdr/osd.h> @@ -3,12 +3,13 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: game.h 2 2005-05-14 22:25:56Z tom $ + * $Id: game.h 5 2005-05-15 18:40:40Z tom $ */ #ifndef VDR_SPIDER_GAME_H #define VDR_SPIDER_GAME_H +#include "spider.h" class SpiderSetup; class Deck; class Tableau; @@ -3,12 +3,13 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: i18n.h 2 2005-05-14 22:25:56Z tom $ + * $Id: i18n.h 5 2005-05-15 18:40:40Z tom $ */ #ifndef VDR_SPIDER_I18N_H #define VDR_SPIDER_I18N_H +#include "spider.h" #include <vdr/i18n.h> extern const tI18nPhrase Phrases[]; @@ -3,12 +3,13 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: setup.h 2 2005-05-14 22:25:56Z tom $ + * $Id: setup.h 5 2005-05-15 18:40:40Z tom $ */ #ifndef VDR_SPIDER_SETUP_H #define VDR_SPIDER_SETUP_H +#include "spider.h" #include <vdr/menuitems.h> |