Wren testing

This commit is contained in:
iikorni
2026-09-03 22:18:23 -05:00
parent f1c99067d8
commit 1a0dad769c
49 changed files with 14712 additions and 72 deletions
+3
View File
@@ -26,6 +26,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "bgmusic.hpp"
#include <csetjmp>
#include "pr_wren.hpp"
/*
A server can allways be started, even if the system started out as a client
@@ -792,6 +794,7 @@ void Host_Init(void) {
console::init();
}
PR_Init();
wren::init();
Mod_Init();
NET_Init();
SV_Init();