SCRIPT Run cc include replacements

This commit is contained in:
PJ Reiniger
2025-11-07 19:56:21 -05:00
committed by Peter Johnson
parent f0a3c64121
commit 7c6efa41ae
2477 changed files with 8882 additions and 8882 deletions

View File

@@ -2,7 +2,7 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "wpigui.h"
#include "wpi/gui/wpigui.hpp"
int main() {
wpi::gui::CreateContext();

View File

@@ -14,7 +14,7 @@
// See http://www.wtfpl.net/ for more details.
//
#include "portable-file-dialogs.h"
#include "wpi/gui/portable-file-dialogs.h"
#if _WIN32
#ifndef WIN32_LEAN_AND_MEAN

View File

@@ -2,7 +2,7 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "wpigui.h"
#include "wpi/gui/wpigui.hpp"
#include <stdint.h>
@@ -32,7 +32,7 @@
#include <implot.h>
#include <stb_image.h>
#include "wpigui_internal.h"
#include "wpi/gui/wpigui_internal.hpp"
using namespace wpi::gui;

View File

@@ -2,7 +2,7 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "wpigui_openurl.h"
#include "wpi/gui/wpigui_openurl.hpp"
#if _WIN32
#ifndef WIN32_LEAN_AND_MEAN

View File

@@ -13,8 +13,8 @@
#include <imgui_impl_glfw.h>
#include <imgui_impl_dx11.h>
#include "wpigui.h"
#include "wpigui_internal.h"
#include "wpi/gui/wpigui.hpp"
#include "wpi/gui/wpigui_internal.hpp"
#pragma comment(lib, "d3d11.lib")

View File

@@ -14,8 +14,8 @@
#include <imgui_impl_glfw.h>
#include <imgui_impl_metal.h>
#include "wpigui.h"
#include "wpigui_internal.h"
#include "wpi/gui/wpigui.hpp"
#include "wpi/gui/wpigui_internal.hpp"
using namespace wpi::gui;

View File

@@ -9,8 +9,8 @@
#include <imgui_impl_glfw.h>
#include <imgui_impl_opengl2.h>
#include "wpigui.h"
#include "wpigui_internal.h"
#include "wpi/gui/wpigui.hpp"
#include "wpi/gui/wpigui_internal.hpp"
using namespace wpi::gui;

View File

@@ -10,8 +10,8 @@
#include <imgui_impl_glfw.h>
#include <imgui_impl_opengl3.h>
#include "wpigui.h"
#include "wpigui_internal.h"
#include "wpi/gui/wpigui.hpp"
#include "wpi/gui/wpigui_internal.hpp"
using namespace wpi::gui;