/*
 *  SFSkyEdit - Star Fighter 3000 sky colours editor
 *  Sky preview scale dialogue box
 *  Copyright (C) 2009 Christopher Bazley
 */

#ifndef ScalePrev_h
#define ScalePrev_h

#include "toolbox.h"

extern ObjectId ScalePrev_sharedid;
void ScalePrev_initialise(ObjectId object);

#endif
