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