PocketPutr/Desktop_Test/helpers.h

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);
};