airborne/generator/generator.hpp

9 lines
140 B
C++

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