PocketPutr/Desktop_Test/helpers.h
2026-01-18 20:08:39 +01:00

10 lines
172 B
C++

#pragma once
#include "GLOBALS.h"
#include "program.h"
#include <vector>
struct Helpers {
static void recalculate_taskbar(std::vector<TaskBarItem>& task_bar_items);
};