From 5018fc8ff3e1ef033d32f81b19f117391ddea845 Mon Sep 17 00:00:00 2001 From: niklas Date: Sun, 19 Jan 2020 11:37:34 +0000 Subject: [PATCH] --- Home.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 339c426..f6c2fbe 100644 --- a/Home.md +++ b/Home.md @@ -1,4 +1,5 @@ # Include DLib +`description.ext` ``` class CfgFunctions { @@ -7,7 +8,10 @@ class CfgFunctions class MIS { file="functions"; - // Add mission functions here + class MIS{ + // Add mission functions here + }; }; }; + ``` \ No newline at end of file