mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-21 06:30:03 +01:00
10 lines
206 B
C++
10 lines
206 B
C++
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <hyprutils/memory/WeakPtr.hpp>
|
||
|
|
|
||
|
|
using namespace Hyprutils::Memory;
|
||
|
|
|
||
|
|
#define SP Hyprutils::Memory::CSharedPointer
|
||
|
|
#define WP Hyprutils::Memory::CWeakPointer
|
||
|
|
#define UP std::unique_ptr
|