From: Lock l00p <hakzstudios@gmail.com>
Date: Mon, 3 Jun 2024 18:09:14 +0000 (+0000)
Subject: Add register commands to sys.h
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1bba482b8dd8c161cb376c84775e2ce4587d833a;p=xonotic%2Fdarkplaces.git

Add register commands to sys.h
---

diff --git a/sys.h b/sys.h
index a9369090..0a212a36 100644
--- a/sys.h
+++ b/sys.h
@@ -270,3 +270,4 @@ int Sys_Main(int argc, char *argv[]);
 
 #endif
 
+void Sys_Register_Commands();
\ No newline at end of file