Files
GoakeFlax/Source/Game.Gen.h
GoaLitiuM 5d98b41c85 jutkuja
2021-06-12 02:01:26 +03:00

16 lines
384 B
C++

// This code was auto-generated. Do not modify it.
#pragma once
#define GAME_NAME "Game"
#define GAME_VERSION Version(1, 0)
#define GAME_VERSION_TEXT "1.0"
#define GAME_VERSION_MAJOR 1
#define GAME_VERSION_MINOR 0
#define GAME_VERSION_BUILD -1
#define GAME_COMPANY "My Company"
#define GAME_COPYRIGHT ""
class BinaryModule;
extern "C" GAME_API BinaryModule* GetBinaryModuleGame();