diff options
| author | Rémi Verschelde | 2017-03-05 16:44:50 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-03-05 16:44:50 +0100 |
| commit | 5dbf1809c6e3e905b94b8764e99491e608122261 (patch) | |
| tree | 5e5a5360db15d86d59ec8c6e4f7eb511388c5a9a /core/engine.h | |
| parent | 45438e9918d421b244bfd7776a30e67dc7f2d3e3 (diff) | |
| download | godot-5dbf1809c6e3e905b94b8764e99491e608122261.tar.gz godot-5dbf1809c6e3e905b94b8764e99491e608122261.tar.zst godot-5dbf1809c6e3e905b94b8764e99491e608122261.zip | |
Diffstat (limited to 'core/engine.h')
| -rw-r--r-- | core/engine.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/engine.h b/core/engine.h index 9af4219a6..346e9538d 100644 --- a/core/engine.h +++ b/core/engine.h @@ -29,14 +29,14 @@ #ifndef ENGINE_H #define ENGINE_H -#include "ustring.h" #include "list.h" -#include "vector.h" #include "os/main_loop.h" +#include "ustring.h" +#include "vector.h" class Engine { -friend class Main; + friend class Main; String _custom_level; uint64_t frames_drawn; @@ -52,8 +52,8 @@ friend class Main; bool _in_fixed; static Engine *singleton; -public: +public: static Engine *get_singleton(); virtual void set_iterations_per_second(int p_ips); |
