Addded Romeo that generates some doc. WIP.

This commit is contained in:
2026-07-18 18:58:29 -04:00
parent 446670bd29
commit 0c583b58da
120 changed files with 6167 additions and 18 deletions
+15
View File
@@ -0,0 +1,15 @@
# Juliet\include\Engine\Class
## Source Files
- Header: `Juliet\include\Engine\Class.h`
## AI Description
The `Juliet::Class` struct represents a static entity definition, generating a CRC32 checksum from its name for efficient runtime identification. It uses `consteval` to calculate this hash at compile time and provides template utility in `IsA()` to compare objects against specific class definitions via their unique identifiers.
## Symbols
### Namespace `Juliet`
#### Classes, Structs & Unions
- `struct Class`