/*
 *  SFColours - Star Fighter 3000 colours editor
 *  Colour picker dialogue box
 *  Copyright (C) 2006 Christopher Bazley
 */

#ifndef Picker_h
#define Picker_h

#include "toolbox.h"

extern ObjectId Picker_sharedid;
void Picker_initialise(ObjectId id);

#endif
