aboutsummaryrefslogtreecommitdiff
path: root/captain/launch.f90
diff options
context:
space:
mode:
Diffstat (limited to 'captain/launch.f90')
-rw-r--r--captain/launch.f9014
1 files changed, 14 insertions, 0 deletions
diff --git a/captain/launch.f90 b/captain/launch.f90
new file mode 100644
index 0000000..97e0a59
--- /dev/null
+++ b/captain/launch.f90
@@ -0,0 +1,14 @@
+module remote_launch
+implicit none
+
+contains
+
+ subroutine launch_instructions_on_player(instruction, player)
+ implicit none
+
+ character(*), intent(in)::instruction, player
+
+ end subroutine launch_instructions_on_player
+
+
+end module remote_launch \ No newline at end of file