blob: f85fe59d4c6731599484ad0daeaf93cde86461fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// SPDX-License-Identifier: Apache-2.0
// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
// Official repository: https://github.com/ne-foss-org/src
#ifndef _SYSTEM_NE_WAYLAND_H_
#define _SYSTEM_NE_WAYLAND_H_
#define _NE_WAYLAND_SYSTEM 202603L
#include <ne_system/System/WindowSystems/X11.h>
#endif // _SYSTEM_NE_WAYLAND_H_
|