-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ada67a
commit dbead25
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ironwail
updated
10 files
+5 −1 | Quake/cl_parse.c | |
+8 −1 | Quake/common.c | |
+31 −1 | Quake/host.c | |
+9 −18 | Quake/in_sdl.c | |
+2 −0 | Quake/menu.c | |
+287 −0 | Quake/steam.c | |
+8 −0 | Quake/steam.h | |
+8 −0 | Quake/sys.h | |
+64 −0 | Quake/sys_sdl_unix.c | |
+29 −0 | Quake/sys_sdl_win.c |