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