diff options
Diffstat (limited to 'internal/ui/doc.go')
| -rw-r--r-- | internal/ui/doc.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/ui/doc.go b/internal/ui/doc.go new file mode 100644 index 0000000..428ac51 --- /dev/null +++ b/internal/ui/doc.go @@ -0,0 +1,5 @@ +// Package ui provides pure rendering primitives (progress bars, Unicode box +// tables) that are independent of game state. Session-coupled rendering +// (colour resolution, prompt formatting, combat display) lives in the game +// package as render_*.go files. +package ui |
