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

#ifndef Goto_h
#define Goto_h

#include "toolbox.h"

extern ObjectId Goto_sharedid;

void Goto_initialise(ObjectId id);

#endif
