.. _program_listing_file_src_tal_engine.h: Program Listing for File engine.h ================================= |exhale_lsh| :ref:`Return to documentation for file ` (``src/tal/engine.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #pragma once #ifdef SOTA_GDEXTENSION #include "godot_cpp/classes/editor_interface.hpp" #include "godot_cpp/classes/engine.hpp" using Engine = godot::Engine; using EditorInterface = godot::EditorInterface; #else #ifdef SOTA_ENGINE #include "editor/editor_interface.h" #endif #include "core/config/engine.h" #endif