mirror of
https://github.com/hyprwm/hyprlock.git
synced 2025-01-10 21:39:48 +01:00
6 lines
138 B
C++
6 lines
138 B
C++
|
#pragma once
|
||
|
|
||
|
#include <hyprutils/memory/WeakPtr.hpp>
|
||
|
using namespace Hyprutils::Memory;
|
||
|
#define SP CSharedPointer
|
||
|
#define WP CWeakPointer
|