summaryrefslogtreecommitdiffstats
path: root/src/splash.h
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-08-07 01:35:43 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-08-07 01:35:43 (EDT)
commita2c9ca2c05aaed25fd36dc367f02a07bc909c8e5 (patch)
tree3bcaac6452d5f9b50b4bddf011923ff59ec6d25c /src/splash.h
parenta8ed4e3cea56bfed7464c243cf5f87b695c10eae (diff)
downloadmazefight-a2c9ca2c05aaed25fd36dc367f02a07bc909c8e5.zip
mazefight-a2c9ca2c05aaed25fd36dc367f02a07bc909c8e5.tar.gz
mazefight-a2c9ca2c05aaed25fd36dc367f02a07bc909c8e5.tar.bz2
splash: Rename to menu
Diffstat (limited to 'src/splash.h')
-rw-r--r--src/splash.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/splash.h b/src/splash.h
deleted file mode 100644
index 9b76db5..0000000
--- a/src/splash.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Copyright (C) 2021 P. J. McDermott
- *
- * This file is part of Maze Fight
- *
- * Maze Fight is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * Maze Fight is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Maze Fight. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef MF_SPLASH_H_
-#define MF_SPLASH_H_
-
-#include <SDL.h>
-
-int
-mf_splash(SDL_Renderer *renderer);
-
-#endif /* MF_SPLASH_H_ */