added prototypes for bottom_sel_action and friends.

Steath Apprentice said its needed for MSC.  Bug # 3687

Kent
This commit is contained in:
Kent Mein
2006-01-10 01:36:36 +00:00
parent 7ee9caf523
commit 7e94fd8254

View File

@@ -33,10 +33,6 @@
#include <string.h>
#include <math.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_guardedalloc.h"
#include "PIL_time.h"
@@ -96,6 +92,10 @@
#include "nla.h"
extern int count_action_levels (bAction *act);
void top_sel_action();
void up_sel_action();
void bottom_sel_action();
void down_sel_action();
#define BEZSELECTED(bezt) (((bezt)->f1 & 1) || ((bezt)->f2 & 1) || ((bezt)->f3 & 1))