mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-13 07:45:59 +01:00
6 lines
100 B
C++
6 lines
100 B
C++
|
#pragma once
|
||
|
#include <memory>
|
||
|
|
||
|
class CWorkspace;
|
||
|
|
||
|
typedef std::shared_ptr<CWorkspace> PHLWORKSPACE;
|