diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-22 15:39:40 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-22 15:39:40 +0200 |
| commit | 209373b1f5770dc175e06996a152df6484f59af2 (patch) | |
| tree | 93801515752e81a7ce9e5de91bf625d03bb9b4fa /dev/CompilerKit/AE.h | |
| parent | a7b7a7d499578660be897313b30a13963cc9ffd5 (diff) | |
feat: implement `CompilerKitDylibTraits` container for future and
current frontend
tools.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/CompilerKit/AE.h')
| -rw-r--r-- | dev/CompilerKit/AE.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev/CompilerKit/AE.h b/dev/CompilerKit/AE.h index 1c334ad..30f07c1 100644 --- a/dev/CompilerKit/AE.h +++ b/dev/CompilerKit/AE.h @@ -7,7 +7,8 @@ * ======================================================== */ -#pragma once +#ifndef _NECTI_AE_H_ +#define _NECTI_AE_H_ #include <CompilerKit/Defines.h> @@ -131,3 +132,5 @@ class AEReadableProtocol final { } }; } // namespace CompilerKit::Utils + +#endif /* ifndef _NECTI_AE_H_ */
\ No newline at end of file |
