flood-context.h revision 376ff5d53b05935389b0bcbfb52cceaf4ea696f0
#ifndef __SP_FLOOD_CONTEXT_H__
#define __SP_FLOOD_CONTEXT_H__
/*
* Flood fill drawing context
*
* Authors:
* Lauris Kaplinski <lauris@kaplinski.com>
* John Bintz <jcoswell@coswellproductions.org>
*
* Released under GNU GPL
*/
#include <stddef.h>
#include "event-context.h"
#include "helper/unit-menu.h"
#define FLOOD_COLOR_CHANNEL_R 1
#define FLOOD_COLOR_CHANNEL_G 2
#define FLOOD_COLOR_CHANNEL_B 4
#define FLOOD_COLOR_CHANNEL_A 8
void finishItem();
};
GList* flood_channels_dropdown_items_list (void);
GList* flood_autogap_dropdown_items_list (void);
enum PaintBucketChannels {
};
#endif