X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Flibgame.h;h=f7c67bb86f31221115a5b500c4e4263b4fe4de6e;hb=696d50b659131ba46ea7f4c44ca4d29475e8cb4f;hp=b8effc74132379cda0b4452550245a79ac9617e7;hpb=ff56a43aa3799aa3357f4deca4d6482fc25a6a41;p=rocksndiamonds.git diff --git a/src/libgame/libgame.h b/src/libgame/libgame.h index b8effc74..f7c67bb8 100644 --- a/src/libgame/libgame.h +++ b/src/libgame/libgame.h @@ -1,7 +1,7 @@ /*********************************************************** * Artsoft Retro-Game Library * *----------------------------------------------------------* -* (c) 1994-2000 Artsoft Entertainment * +* (c) 1994-2001 Artsoft Entertainment * * Holger Schemel * * Detmolder Strasse 189 * * 33604 Bielefeld * @@ -14,6 +14,8 @@ #ifndef LIBGAME_H #define LIBGAME_H +#define LIBGAME_VERSION_1_0_0 + #include "platform.h" #include "types.h" #include "system.h" @@ -21,8 +23,11 @@ #include "gadgets.h" #include "text.h" #include "sound.h" +#include "joystick.h" +#include "toons.h" #include "image.h" #include "pcx.h" +#include "setup.h" #include "misc.h" #endif /* LIBGAME_H */