mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 18:20:44 +00:00
The GFLI third_party was moved to src/file/fli
This commit is contained in:
parent
ae46058123
commit
d304eaac04
@ -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)());
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user