X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fsv_main.qh;h=93480cf282ec6c5377ac13197eea0dbe009ddfd2;hp=7f86d19c01a47bc83cfd2870c0f0c170a0e93b99;hb=45d8904a100765555e622598a39967963733df1d;hpb=678127044857fb9b89f06faf7a3313bdeb43205c diff --git a/qcsrc/server/sv_main.qh b/qcsrc/server/sv_main.qh index 7f86d19c0..93480cf28 100644 --- a/qcsrc/server/sv_main.qh +++ b/qcsrc/server/sv_main.qh @@ -1,3 +1,12 @@ #pragma once bool expr_evaluate(string s); + +/* +================== +main + +unused but required by the engine +================== +*/ +void main ();