airborne/generator/generator.hpp

9 lines
140 B
C++
Raw Normal View History

#pragma once
#include <windows.h>
#include <getopt.h>
#include <iostream>
constexpr auto BOOTSTRAP_LEN = 79;
2024-01-05 17:32:18 +01:00
void PrintHelp(char **argv);