added prototypes for bottom_sel_action and friends.
Steath Apprentice said its needed for MSC. Bug # 3687 Kent
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user