blob: 9d1520c8a0a5e86ee3e29a6f16bb7be564d996c6 [file] [log] [blame]
James Kuszmaulcf324122023-01-14 14:07:17 -08001// Copyright (c) FIRST and other WPILib contributors.
2// Open Source Software; you can modify and/or share it under the terms of
3// the WPILib BSD license file in the root directory of this project.
4
5#pragma once
6
7#include <imgui.h>
8
9void SetNextWindowPos(const ImVec2& pos, ImGuiCond cond = 0,
10 const ImVec2& pivot = ImVec2(0, 0));
11void SetNextWindowSize(const ImVec2& size, ImGuiCond cond = 0);