mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2024-11-16 22:25:59 +01:00
19 lines
No EOL
328 B
C++
19 lines
No EOL
328 B
C++
#pragma once
|
|
|
|
#include "includes.hpp"
|
|
#include "debug/Log.hpp"
|
|
#include "helpers/Vector2D.hpp"
|
|
|
|
// git stuff
|
|
#ifndef GIT_COMMIT_HASH
|
|
#define GIT_COMMIT_HASH "?"
|
|
#endif
|
|
#ifndef GIT_BRANCH
|
|
#define GIT_BRANCH "?"
|
|
#endif
|
|
#ifndef GIT_COMMIT_MESSAGE
|
|
#define GIT_COMMIT_MESSAGE "?"
|
|
#endif
|
|
#ifndef GIT_DIRTY
|
|
#define GIT_DIRTY "?"
|
|
#endif |