You're breathtaking!

This commit is contained in:
Wojtek Figat
2020-12-07 23:40:54 +01:00
commit 6fb9eee74c
5143 changed files with 1153594 additions and 0 deletions

17
Source/FlaxEngine.Gen.h Normal file
View File

@@ -0,0 +1,17 @@
// This code was auto-generated. Do not modify it.
#pragma once
#include "Engine/Core/Compiler.h"
#define FLAXENGINE_NAME "FlaxEngine"
#define FLAXENGINE_VERSION Version(1, 0, 6213)
#define FLAXENGINE_VERSION_TEXT "1.0.6213"
#define FLAXENGINE_VERSION_MAJOR 1
#define FLAXENGINE_VERSION_MINOR 0
#define FLAXENGINE_VERSION_BUILD 6213
#define FLAXENGINE_COMPANY "Flax"
#define FLAXENGINE_COPYRIGHT "Copyright (c) 2012-2020 Wojciech Figat. All rights reserved."
class NativeBinaryModule;
extern "C" FLAXENGINE_API NativeBinaryModule* GetBinaryModuleFlaxEngine();