Use an absolute directory in /usr/share/games/ for game data
[kball.git] / include / intro.h
bloba63238357a2f90e476b4b38a210935e0137c5293
1 // ------------------------------------------------------------------
2 // intro.h
3 // ------------------------------------------------------------------
4 // This is the intro / exit secuence for the game - everything hardcoded, sorry
5 // ------------------------------------------------------------------
6 // By Kronoman - In loving memory of my father
7 // Copyright (c) 2004, Kronoman
8 // ------------------------------------------------------------------
9 #ifndef KBALL_INTRO_H
10 #define KBALL_INTRO_H
12 #include <allegro.h>
14 void kball_do_the_intro();
15 void kball_do_the_exit();
17 #endif