16 lines
262 B
C
16 lines
262 B
C
|
#ifndef LICENSEGENERATE_H
|
||
|
#define LICENSEGENERATE_H
|
||
|
|
||
|
#include <QWidget>
|
||
|
#include <QTcpServer>
|
||
|
#include <QJsonArray>
|
||
|
#include <windows.h>
|
||
|
#include <iostream>
|
||
|
#include <QDebug>
|
||
|
#include <stdio.h>
|
||
|
#include "p_code.h"
|
||
|
|
||
|
void licenseGenerate();
|
||
|
|
||
|
#endif
|