RD-4: Implemented V_Init(). Also moved some constants to be more in-line with the original source code

This commit was merged in pull request #4.
This commit is contained in:
Jim
2026-05-27 20:10:24 +01:00
parent dd7573a807
commit 0a979dd8e0
6 changed files with 91 additions and 19 deletions

View File

@@ -1,9 +1,11 @@
mod d_main;
mod d_strings;
mod doomdef;
mod doomtype;
mod hu_stuff;
mod m_argv;
mod m_misc;
mod v_video;
mod w_wad;
mod math;