From 346dd4006ea1283136095d5c43f602324a095092 Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Sat, 25 Nov 2023 12:32:09 -0500 Subject: Move all core types into namespaces (#1886) * Reorganize namespaces - Most types are now moved into the `melonDS` namespace - Only good chance to do this for a while, since a big refactor is next * Fix the build --- src/frontend/qt_sdl/LAN_Socket.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/frontend/qt_sdl/LAN_Socket.h') diff --git a/src/frontend/qt_sdl/LAN_Socket.h b/src/frontend/qt_sdl/LAN_Socket.h index 9b97301..043e133 100644 --- a/src/frontend/qt_sdl/LAN_Socket.h +++ b/src/frontend/qt_sdl/LAN_Socket.h @@ -23,6 +23,7 @@ namespace LAN_Socket { +using namespace melonDS; // -- cgit v1.2.3