jutkuja
This commit is contained in:
12
Source/Game.Gen.cpp
Normal file
12
Source/Game.Gen.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
// 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;
|
||||
}
|
||||
Reference in New Issue
Block a user