mirror of
https://github.com/rvtr/unlaunch-installer_dev.git
synced 2026-01-26 13:43:08 -05:00
9 lines
133 B
C
9 lines
133 B
C
#ifndef MAKETMD_H
|
|
#define MAKETMD_H
|
|
|
|
#include "main.h"
|
|
#include "storage.h"
|
|
|
|
int maketmd(char* input, char* tmdPath);
|
|
|
|
#endif |