hyprlang/include/hyprlang.hpp
vaxerski e15526ee91 initial commit
parses variables. Progress, I guess.
2023-12-28 20:38:01 +01:00

10 lines
No EOL
117 B
C++

#pragma once
#ifndef HYPRLANG_HPP
#define HYPRLANG_HPP
#include "../src/public.hpp"
namespace Hyprlang {};
#endif