/*
 *  SFSkyEdit - Star Fighter 3000 sky colours editor
 *  Main application skeleton
 *  Copyright (C) 2001 Christopher Bazley
 */

#ifndef SFSMain_h
#define SFSMain_h

int main(int argc, char *argv[]);

#endif
