summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <Colomar.6.4.3@GMail.com>2018-08-30 21:29:03 +0200
committerGitHub <noreply@github.com>2018-08-30 21:29:03 +0200
commit747077241b2ad5778d624935f183f3778fe155ad (patch)
treebcafb54340abbc3597e0a528c271773f6669908f
parentc9012318872086c479da5c7d21915f5e1a29f1c4 (diff)
Delete init.h
-rw-r--r--modules/gen/inc/init.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/gen/inc/init.h b/modules/gen/inc/init.h
deleted file mode 100644
index 7539bc1..0000000
--- a/modules/gen/inc/init.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/******************************************************************************
- * Copyright (C) 2015 Alejandro Colomar Andrés *
- ******************************************************************************/
-
-# ifndef MSW_INIT_H
- # define MSW_INIT_H
-
-
-void init_board_clr (void);
-void init_board_rand (int pos_row, int pos_col);
-void init_board_custom (void);
-
-# endif /* init.h */