mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
9 lines
193 B
C
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
|