airborne/generator/generator.hpp
2024-01-06 13:53:18 +02:00

11 lines
142 B
C++

#pragma once
#include <getopt.h>
#include <windows.h>
#include <iostream>
constexpr auto BOOTSTRAP_LEN = 79;
void PrintHelp(char **argv);