File: main.h

package info (click to toggle)
ketm 0.0.6-28
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,572 kB
  • sloc: ansic: 7,303; sh: 3,540; makefile: 135
file content (18 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _MAIN_H_
#define _MAIN_H_

#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <SDL/SDL.h>

#include "support.h"
#include "startintro.h"
#include "intro.h"
#include "thegame.h"
#include "gameover.h"
#include "menu.h"
#include "hiscore.h"
#include "fps.h"

#endif