/*
 *  SFColours - Star Fighter 3000 colours editor
 *  Iconbar icon
 *  Copyright (C) 2001 Christopher Bazley
 */

#ifndef SFCIconbar_h
#define SFCIconbar_h

#include <stdbool.h>
#include "toolbox.h"

void Iconbar_initialise(ObjectId id);

#endif
