void selectall_type(short obtype);
void selectall_layer(int layernum);
This commit is contained in:
2003-10-20 02:19:48 +00:00
parent 2aec1fee77
commit e6a86ce8cf

View File

@@ -40,6 +40,8 @@ void arrows_move_cursor(unsigned short event);
void borderselect(void);
void circle_select(void);
void deselectall(void);
void selectall_type(short obtype);
void selectall_layer(int layernum);
void draw_sel_circle(short *mval, short *mvalo, float rad, float rado, int selecting);
void fly(void);
int gesture(void);