airborne/generator/generator.hpp

11 lines
142 B
C++
Raw Normal View History

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