Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The game is hardcoded to boot into level `25` (aka. title sequence/main menu scr
- toggle in-game GUI keyboard focus - <kbd>Tab</kbd>

## Structure ##
Project structure is listed below, including descriptions for each file.
The project structure is listed below, including descriptions for each file.

Note that further documentation can be found in the `doc` directory.
```
Expand All @@ -95,7 +95,7 @@ Note that further documentation can be found in the `doc` directory.
│ │ ├── tgeo.h # tgeo type entry item formats
│ │ ├── wgeo.h # wgeo type entry item formats
│ │ └── zdat.h # zdat type entry item formats
│ ├── pc # pc-specific code (non-inline)
│ ├── Windows # pc-specific code (non-inline)
│ │ ├── gfx # pc graphics
│ │ │ ├── gl.c,h # OpenGL backend (2D primitive rasterization)
│ │ │ ├── tex.c,h # texture cache
Expand Down