From c84a37df59618a5cbcf4b29547681ccd69e4e635 Mon Sep 17 00:00:00 2001 From: John Breaux Date: Thu, 14 Oct 2021 19:48:30 -0500 Subject: [PATCH] Add header files for (yet to be written) scripts. --- godot_ship/script/debug/debugmenu.hpp | 0 godot_ship/script/game/board.hpp | 0 godot_ship/script/game/game.hpp | 0 godot_ship/script/game/player.hpp | 0 godot_ship/script/game/ship.hpp | 0 godot_ship/script/options/options.hpp | 0 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 godot_ship/script/debug/debugmenu.hpp create mode 100644 godot_ship/script/game/board.hpp create mode 100644 godot_ship/script/game/game.hpp create mode 100644 godot_ship/script/game/player.hpp create mode 100644 godot_ship/script/game/ship.hpp create mode 100644 godot_ship/script/options/options.hpp diff --git a/godot_ship/script/debug/debugmenu.hpp b/godot_ship/script/debug/debugmenu.hpp new file mode 100644 index 0000000..e69de29 diff --git a/godot_ship/script/game/board.hpp b/godot_ship/script/game/board.hpp new file mode 100644 index 0000000..e69de29 diff --git a/godot_ship/script/game/game.hpp b/godot_ship/script/game/game.hpp new file mode 100644 index 0000000..e69de29 diff --git a/godot_ship/script/game/player.hpp b/godot_ship/script/game/player.hpp new file mode 100644 index 0000000..e69de29 diff --git a/godot_ship/script/game/ship.hpp b/godot_ship/script/game/ship.hpp new file mode 100644 index 0000000..e69de29 diff --git a/godot_ship/script/options/options.hpp b/godot_ship/script/options/options.hpp new file mode 100644 index 0000000..e69de29