Addded Romeo that generates some doc. WIP.
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user