diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-27 21:49:14 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-27 21:49:14 +0100 |
| commit | 8aa2adf99fd4fcc4b47c534d2fed5ec7ed6ea334 (patch) | |
| tree | 7d7a2a587ac67ba25305220eeb49308dba7ee03a /dev/LibIDE | |
| parent | f8baa212ab66a3114e4f6e581989861a18f5282c (diff) | |
ADD: LibDebugger C++ library and improved `dbg` tool.
ADD: New manual files `dbg` and `ld64`
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibIDE')
| -rw-r--r-- | dev/LibIDE/TerminalEmulator.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev/LibIDE/TerminalEmulator.h b/dev/LibIDE/TerminalEmulator.h index a155e53..fb8b901 100644 --- a/dev/LibIDE/TerminalEmulator.h +++ b/dev/LibIDE/TerminalEmulator.h @@ -6,5 +6,8 @@ #pragma once -class ITerminalEmulator; -class iTerminalEscapeCode; +namespace LibIDE +{ + class Terminal; + class BuildSystem; +} |
