- some declaration was missing. Blender runs again at IRIX

This commit is contained in:
Jiri Hnidek 2004-01-21 12:45:13 +00:00
parent 314f4db5e4
commit 30cedebbe9
2 changed files with 2 additions and 1 deletions

@ -53,6 +53,7 @@ void setscreen(struct bScreen *sc);
void force_draw_all(void);
/* otherwise the WHILE_SEQ doesn't work */
struct Sequence;
struct ListBase;
void build_seqar(struct ListBase *seqbase, struct Sequence ***seqar, int *totseq);
struct ID;

@ -66,7 +66,7 @@ void force_draw_all(void){}
/* struct Sequence; */
/* MAART: added "seqar = 0; totseq = 0" because the loader will crash without it. */
void build_seqar(ListBase *seqbase, struct Sequence ***seqar, int *totseq)
void build_seqar(struct ListBase *seqbase, struct Sequence ***seqar, int *totseq)
{
*seqar = 0;
*totseq = 0;