mirror of
https://github.com/QIDITECH/QIDI_Q1_Pro.git
synced 2026-01-30 23:48:43 +03:00
13 lines
200 B
C++
13 lines
200 B
C++
#ifndef MKS_PREVIEW_H
|
|
#define MKS_PREVIEW_H
|
|
|
|
#include <iostream>
|
|
#include <fstream>
|
|
#include <vector>
|
|
|
|
|
|
void generate_gimage(std::string filename);
|
|
void generate_simage(std::string filename);
|
|
|
|
#endif
|