mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-12-27 03:39:49 +01:00
13 lines
No EOL
319 B
C++
13 lines
No EOL
319 B
C++
#pragma once
|
|
|
|
#include "../defines.hpp"
|
|
#include <fstream>
|
|
|
|
std::string exec(const char* cmd);
|
|
void clearLogs();
|
|
void emptyEvent();
|
|
bool xcbContainsAtom(xcb_get_property_reply_t* PROP, xcb_atom_t ATOM);
|
|
|
|
double parabolic(double from, double to, double incline);
|
|
|
|
std::vector<std::string> splitString(std::string, char); |