The GFLI third_party was moved to src/file/fli

This commit is contained in:
David Capello 2008-02-12 15:56:47 +00:00
parent ae46058123
commit d304eaac04
2 changed files with 2 additions and 5 deletions

View File

@ -26,11 +26,9 @@
#include "jinete/jsystem.h"
#include "core/core.h"
#include "file/fli/fli.h"
#include "modules/gui.h"
/* GFLI header file */
#include "gfli.h"
static bool my_callback(void);
static void my_play_fli(const char *filename, bool loop, bool fullscreen,
bool (*callback)());

View File

@ -26,8 +26,7 @@
#include "jinete/jsystem.h"
#include "core/core.h"
#include "gfli.h"
#include "file/fli/fli.h"
/* change this number if you want more fluid recorded animations */
#define FRAMES_PER_SECOND 24