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