# Juliet\include\Juliet ## Source Files - Header: `Juliet\include\Juliet.h` ## AI Description 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 *No symbols detected.*