Polyphase Game Engine
Loading...
Searching...
No Matches
GitInitDialog.h
Go to the documentation of this file.
1
#pragma once
2
3
#if EDITOR
4
5
class
GitInitDialog
6
{
7
public
:
8
void
Open();
9
void
Draw();
10
11
private
:
12
bool
mIsOpen =
false
;
13
bool
mJustOpened =
false
;
14
15
char
mProjectPath[512] = {0};
16
char
mInitialBranchName[128] = {0};
17
bool
mCreateInitialCommit =
true
;
18
};
19
20
GitInitDialog* GetGitInitDialog();
21
22
#endif
Engine
Source
Editor
Git
Dialogs
GitInitDialog.h
Generated by
1.9.8