Move gpu/Window.cpp to ui/window.cpp

This commit is contained in:
Hyper
2024-10-17 14:36:02 +01:00
parent 86eac5ad8c
commit 86a80fbc61
5 changed files with 7 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
#include <xxHashMap.h>
#include "video.h"
#include "window.h"
#include "ui/window.h"
namespace RT64
{