From fb0dff3d23e0c925d998e4f268bb4df96719422d Mon Sep 17 00:00:00 2001 From: MrScottyPieey <32440829+MrScottyPieey@users.noreply.github.com> Date: Thu, 18 Jul 2024 15:56:24 -0400 Subject: [PATCH] Windows is PC Windows is pc well as Linux, update to change windows. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 301404b..63da2a2 100644 --- a/README.md +++ b/README.md @@ -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 - Tab ## 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. ``` @@ -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