hyprlang/include/hyprlang.hpp

10 lines
117 B
C++
Raw Normal View History

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