Handler registration overhaul
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
#include "Containers/Set.h"
|
||||
#include "WingHandler.h"
|
||||
|
||||
class WingManual
|
||||
{
|
||||
@@ -17,9 +18,9 @@ public:
|
||||
ImportantCommands,
|
||||
};
|
||||
|
||||
static void PrintHandlerPrototype(UClass *Handler);
|
||||
static void PrintHandlerArguments(UClass *Handler);
|
||||
static void PrintHandlerDescription(UClass *Handler);
|
||||
static void PrintHandlerHelp(UClass *Handler);
|
||||
static void PrintManual(TSet<Section> Sections, UClass *Handler, bool Abridged);
|
||||
static void PrintHandlerPrototype(const FWingHandlerConfig& Handler);
|
||||
static void PrintHandlerArguments(const FWingHandlerConfig& Handler);
|
||||
static void PrintHandlerDescription(const FWingHandlerConfig& Handler);
|
||||
static void PrintHandlerHelp(const FWingHandlerConfig& Handler);
|
||||
static void PrintManual(TSet<Section> Sections, const FWingHandlerConfig* Handler, bool Abridged);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user