Files
ccextractor/src/GUI/preview.h
2017-10-11 14:11:39 -07:00

9 lines
193 B
C

#ifndef PREVIEW_H
#define PREVIEW_H
#include "ccextractorGUI.h"
int preview(struct nk_context *ctx, int x, int y, int width, int height, struct main_tab *main_settings);
#endif //!PREVIEW_H