Added pragma once guards to header files

This commit is contained in:
2026-04-01 23:39:34 +03:00
parent d366d15de3
commit 6f6ea77e69
5 changed files with 10 additions and 0 deletions
+2
View File
@@ -1,2 +1,4 @@
#pragma once
#include "command.h"
Command resolveCommand();