PocketPutr/Desktop_Test/helpers.h
2025-12-21 20:11:16 +01:00

8 lines
170 B
C++

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