Polyphase Game Engine
Loading...
Searching...
No Matches
GitStatusBarWidget.h
Go to the documentation of this file.
1#pragma once
2
3#if EDITOR
4
5class GitStatusBarWidget
6{
7public:
8 static void Draw();
9};
10
11#endif