/*
 *  SFToSpr - Star Fighter 3000 graphics converter
 *  Quick views
 *  Copyright (C) 2016 Christopher Bazley
 */

#ifndef QuickView_h
#define QuickView_h

void quick_view(const char *file_name, int file_type);

#endif
