/*
 *  SFColours - Star Fighter 3000 colours editor
 *  File info window
 *  Copyright (C) 2001 Christopher Bazley
 */

#ifndef SFCFileInfo_h
#define SFCFileInfo_h

#include "toolbox.h"

extern ObjectId fileinfo_sharedid;

void FileInfo_initialise(ObjectId id);

#endif
