DIE Engine
Loading...
Searching...
No Matches
globals.h
Go to the documentation of this file.
1
11
12#ifndef GLOBALS_H
13#define GLOBALS_H
14
15class MainWindow;
16
17static constexpr float FPS = 60.0f;
18static constexpr float dt = 1.0f / FPS;
19
20extern MainWindow * mainWindow;
21
22#endif // GLOBALS_H
Definition mainwindow.h:32
MainWindow * mainWindow
Definition main.cpp:35