mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
9 lines
88 B
C++
9 lines
88 B
C++
#pragma once
|
|
|
|
|
|
class WelcomeWindow {
|
|
public:
|
|
int SelectedProject = 0;
|
|
|
|
void Draw();
|
|
}; |