Rename window wrapper

This commit is contained in:
Serhii Snitsaruk 2024-01-11 15:38:29 +01:00
parent 3af6995fd0
commit 21b5053b72
3 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
#include "../../editor/debugger/behavior_tree_data.h"
#include "../../editor/debugger/behavior_tree_view.h"
#include "../../gdextension/window_wrapper.h"
#include "../../util/compat_window_wrapper.h"
#ifdef LIMBOAI_MODULE
#include "core/object/class_db.h"

View File

@ -1,5 +1,5 @@
/**************************************************************************/
/* window_wrapper.cpp */
/* compat_window_wrapper.cpp */
/**************************************************************************/
/* This file is part of: */
/* GODOT ENGINE */
@ -28,7 +28,7 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/**************************************************************************/
#include "window_wrapper.h"
#include "compat_window_wrapper.h"
#ifdef LIMBOAI_GDEXTENSION

View File

@ -1,5 +1,5 @@
/**************************************************************************/
/* window_wrapper.h */
/* compat_window_wrapper.h */
/**************************************************************************/
/* This file is part of: */
/* GODOT ENGINE */