renamed Source/mainmenu.cpp and .h to menu.cpp/.h

This commit is contained in:
Jonathan Bergeron 2021-07-16 15:47:40 -04:00 committed by Anders Jenbo
commit 33ad9fa187
8 changed files with 7 additions and 7 deletions

View file

@ -14,7 +14,7 @@
#include "dthread.h"
#include "engine/point.hpp"
#include "engine/random.hpp"
#include "mainmenu.h"
#include "menu.h"
#include "nthread.h"
#include "options.h"
#include "pfile.h"