Fix checking of Maximum layers in Add_layer()
This commit is contained in:
committed by
Adrien Destugues
parent
f655d7f7c9
commit
973c8e65da
@@ -22,6 +22,7 @@
|
||||
#ifndef LAYERS_H__
|
||||
#define LAYERS_H__
|
||||
|
||||
int Layers_max(enum IMAGE_MODES mode);
|
||||
void Button_Layer_add(int);
|
||||
void Button_Layer_duplicate(int);
|
||||
void Button_Layer_remove(int);
|
||||
|
||||
Reference in New Issue
Block a user