mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-12-02 01:15:59 +01:00
8 lines
162 B
C++
8 lines
162 B
C++
|
#pragma once
|
||
|
|
||
|
#include <iostream>
|
||
|
#include <string.h>
|
||
|
|
||
|
|
||
|
std::pair<std::string, std::string> getClassName(int64_t window);
|
||
|
std::string getRoleName(int64_t window);
|