/*
 *  SFSkyEdit - Star Fighter 3000 sky colours editor
 *  SkyCols file savebox
 *  Copyright (C) 2001 Christopher Bazley
 */

#ifndef SFSSaveFile_h
#define SFSSaveFile_h

#include "toolbox.h"

extern ObjectId savebox_sharedid;
void SaveFile_initialise(ObjectId id);

#endif
