1 2 3 4 5 6 7 8 9 10 11
// Copyright Epic Games, Inc. All Rights Reserved. #pragma once namespace zen { void Modules_Create(class FMalloc*); void Modules_Subscribe(void (*)(bool, void*, const char16_t*)); void Modules_Initialize(); } // namespace zen