renamed menu.c and menu.h to main.c and main.h

This commit is contained in:
Robin Jones 2017-10-06 14:10:29 +01:00
parent 859a6b76dd
commit 53704315ab
2 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@
#include "ini.h"
#include "strlib.h"
//menu header
#include "menu.h"
//main header
#include "main.h"
//sound
#include "sound.h"