summaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-10-14 23:28:50 +0200
committerAki <please@ignore.pl>2021-10-14 23:28:50 +0200
commit61ae209e2b851d5efe6f1b2b1f6a8b75e52df417 (patch)
tree769f2a803370f0e4b036672084ce7f67cd0e10df /library
parent0dd0ba272f247ca6e9b7948b648e42ff544c71ac (diff)
downloadhwd-61ae209e2b851d5efe6f1b2b1f6a8b75e52df417.zip
hwd-61ae209e2b851d5efe6f1b2b1f6a8b75e52df417.tar.gz
hwd-61ae209e2b851d5efe6f1b2b1f6a8b75e52df417.tar.bz2
Added missing once pragmas
Diffstat (limited to 'library')
-rw-r--r--library/include/hwd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/include/hwd.h b/library/include/hwd.h
index 0deba70..afb7b20 100644
--- a/library/include/hwd.h
+++ b/library/include/hwd.h
@@ -1,3 +1,5 @@
+#pragma once
+
namespace hwd
{
void stop_server();