YCLIMP
Yandex Command Line Interface Music Player
Loading...
Searching...
No Matches
include
Application.hpp
1
#pragma once
2
3
#include "MainWindow.hpp"
4
15
16
class
Application
17
{
18
public
:
19
Application();
20
void
Run();
21
22
private
:
23
void
EventLoopIterationStart();
24
void
ProcessEvents();
25
void
Draw()
const
;
26
void
PreUpdate();
27
void
Update();
28
29
void
ProcessUserEvents();
30
31
private
:
32
MainWindow
mWindow;
33
bool
mbProgramActive;
34
};
MainWindow
The MainWindow class.
Definition
MainWindow.hpp:19
Generated by
1.14.0