/*
 *  SFColours - Star Fighter 3000 colours editor
 *  Colours file savebox
 *  Copyright (C) 2001 Christopher Bazley
 */

#ifndef SFCSaveBox_h
#define SFCSaveBox_h

#include "toolbox.h"

extern ObjectId savebox_sharedid;
void SaveFile_initialise(ObjectId id);

#endif
