This commit is contained in:
GoaLitiuM
2021-06-12 02:01:26 +03:00
parent 1b6e828abe
commit 5d98b41c85
15 changed files with 1482 additions and 15 deletions

12
Source/Game.Gen.cpp Normal file
View 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;
}