Files
optolith-client/docs/Structure.md
T

11 lines
783 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Structure
- `src` The source code main folder, containing program entry points.
- `Common` Types and functions associated with multiple namespaces.
- `Database` The flat-file database containing all static data from the source books.
- `Localization` Types and functions related to different languages in the app and the source books.
- `Rated` All data types for entries with *ratings* (attributes, skills or combat techniques) and related types and logic.
- `Rules` All data types for rule entries.
- `Sources` Types and functions dealing with data related to source books: Source books themselves, references, availability by book and errata.
- `Utilities` Utility functions and types for working with standard types or I/O.