Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > 56c615211d295fb99ff45dd87fd8e366 > files > 111

lib64allegro-devel-4.2.2-4mdv2009.1.x86_64.rpm

#ifndef DEMO_H_INCLUDED
#define DEMO_H_INCLUDED

#include <allegro.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <time.h>

extern DATAFILE *data;
extern int max_fps;
extern int cheat;

#endif