2021-11-24 18:37:45 +01:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <iostream>
|
|
|
|
#include <string.h>
|
|
|
|
|
|
|
|
|
|
|
|
std::pair<std::string, std::string> getClassName(int64_t window);
|
2021-11-27 19:07:33 +01:00
|
|
|
std::string getRoleName(int64_t window);
|
|
|
|
std::string getWindowName(uint64_t window);
|