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

15
Source/Game.Gen.h Normal file
View 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();