Fixed a couple more warnings.

Kent
This commit is contained in:
Kent Mein 2003-07-17 14:19:55 +00:00
parent c38faa3c1f
commit d0c6cf7758
3 changed files with 4 additions and 0 deletions

@ -33,6 +33,8 @@
#ifndef BIF_EDITFONT_H
#define BIF_EDITFONT_H
struct Text;
void do_textedit(unsigned short event, short val, char _ascii);
void make_editText(void);
void load_editText(void);

@ -38,6 +38,7 @@ struct bActionChannel;
struct bPoseChannel;
struct Object;
struct Ipo;
struct BWinEvent;
struct bActionChannel* get_hilighted_action_channel(struct bAction* action);
void set_exprap_action(int mode);

@ -38,6 +38,7 @@ struct SpaceFile;
struct direntry;
struct ID;
struct ScrArea;
struct BWinEvent;
void clear_global_filesel_vars(void);
void filesel_statistics(struct SpaceFile *sfile, int *totfile, int *selfile, float *totlen, float *sellen);