blob: 1f2287ecb1595f9bf3afece4f29df3712d2942e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* -------------------------------------------
Copyright (C) 2025, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
#pragma once
#include <LibCF/Object.h>
namespace LibCF
{
class CFWindowContainer_;
class CFWindowFrame_;
class CFWindowTab_;
class CFDesktopMenu_;
} // namespace LibCF
|