Fix checking of Maximum layers in Add_layer()

This commit is contained in:
Thomas Bernard
2018-12-05 10:57:18 +01:00
committed by Adrien Destugues
parent f655d7f7c9
commit 973c8e65da
3 changed files with 8 additions and 7 deletions

View File

@@ -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);