mirror of
https://github.com/QIDITECH/QIDI_Q1_Pro.git
synced 2026-02-03 09:28:43 +03:00
Initial commit
This commit is contained in:
12
include/mks_preview.h
Normal file
12
include/mks_preview.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user