13 lines
351 B
C++
13 lines
351 B
C++
// This code was auto-generated. Do not modify it.
|
|
|
|
#include "Engine/Scripting/BinaryModule.h"
|
|
#include "Game.Gen.h"
|
|
|
|
StaticallyLinkedBinaryModuleInitializer StaticallyLinkedBinaryModuleGame(GetBinaryModuleGame);
|
|
|
|
extern "C" BinaryModule* GetBinaryModuleGame()
|
|
{
|
|
static NativeBinaryModule module("Game", MAssemblyOptions());
|
|
return &module;
|
|
}
|