summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2021-11-21 16:00:42 -0500
committerRobby Zambito <contact@robbyzambito.me>2021-11-21 16:00:42 -0500
commit941b48199327eb25bafed119ded73fa16f63e1ae (patch)
treedc08f435bc03ebd2e96ab0326385f380f9f7b4eb
parentc0416078cb2ef3b670445b43bdfebeced28de108 (diff)
Added pragma once to othello.h
-rw-r--r--include/othello.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/othello.h b/include/othello.h
index 7591938..6c27c46 100644
--- a/include/othello.h
+++ b/include/othello.h
@@ -18,6 +18,8 @@
#define _GNU_SOURCE
+#pragma once
+
#include <stdbool.h>
enum player_color {