/*
 *  SFToSpr - Star Fighter 3000 graphics converter
 *  Initialisation
 *  Copyright (C) 2017 Christopher Bazley
 */

#ifndef SFTInit_h
#define SFTInit_h

#define APP_NAME "SFtoSpr"

extern char taskname[];
extern int wimp_version;

void initialise(void); /* only for unit tests */

#endif
