summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index ff248f1..d82aa41 100644
--- a/src/main.c
+++ b/src/main.c
@@ -22,7 +22,7 @@
#include <stdlib.h>
#include "defs.h"
#include "dirs.h"
-#include "splash.h"
+#include "menu.h"
static SDL_Window *_mf_window;
static SDL_Renderer *_mf_renderer;
@@ -99,7 +99,7 @@ main(int argc __attribute__((__unused__)),
}
e = EXIT_SUCCESS;
- if (mf_splash(_mf_renderer) < 0) {
+ if (mf_menu(_mf_renderer) < 0) {
e = EXIT_FAILURE;
}