Rename window wrapper
This commit is contained in:
parent
3af6995fd0
commit
21b5053b72
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
#include "../../editor/debugger/behavior_tree_data.h"
|
#include "../../editor/debugger/behavior_tree_data.h"
|
||||||
#include "../../editor/debugger/behavior_tree_view.h"
|
#include "../../editor/debugger/behavior_tree_view.h"
|
||||||
#include "../../gdextension/window_wrapper.h"
|
#include "../../util/compat_window_wrapper.h"
|
||||||
|
|
||||||
#ifdef LIMBOAI_MODULE
|
#ifdef LIMBOAI_MODULE
|
||||||
#include "core/object/class_db.h"
|
#include "core/object/class_db.h"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* window_wrapper.cpp */
|
/* compat_window_wrapper.cpp */
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* This file is part of: */
|
/* This file is part of: */
|
||||||
/* GODOT ENGINE */
|
/* GODOT ENGINE */
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
#include "window_wrapper.h"
|
#include "compat_window_wrapper.h"
|
||||||
|
|
||||||
#ifdef LIMBOAI_GDEXTENSION
|
#ifdef LIMBOAI_GDEXTENSION
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* window_wrapper.h */
|
/* compat_window_wrapper.h */
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* This file is part of: */
|
/* This file is part of: */
|
||||||
/* GODOT ENGINE */
|
/* GODOT ENGINE */
|
Loading…
Reference in New Issue