Regenerated doc + final submit for now
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
- Header: `Juliet\include\Juliet.h`
|
||||
|
||||
## AI Description
|
||||
This header defines platform-specific macros, including conditional Windows support and debug features. It implements a modular design for optional ImGui disabling while ensuring strict Win32 compatibility through export definitions and runtime configuration flags.
|
||||
The `Juliet.h` header file serves as the primary interface for defining basic includes and macros in a C++ project. It includes conditional compilation directives to support Windows-specific features and provides macros for debugging and disabling ImGui, which is a popular cross-platform GUI library. The use of `#pragma once` ensures that the header file is included only once per compilation unit, optimizing performance.
|
||||
|
||||
## Symbols
|
||||
|
||||
|
||||
Reference in New Issue
Block a user