Skip to content
Snippets Groups Projects
Unverified Commit d17844da authored by David Hermann's avatar David Hermann
Browse files

Refactoring: Renaming Pascal-cased files to snake-cased files

parent bdcd843d
Branches
No related tags found
1 merge request!14Refactoring CMakeLists.txt
......@@ -5,7 +5,7 @@
#include <iostream>
#include <string>
#include "ui/pausemenu.hpp"
#include "ui/ContextMenu.hpp"
#include "ui/contextmenu.hpp"
namespace advanced_wars {
......
......@@ -7,7 +7,7 @@
#include <SDL.h>
#include <string>
#include <vector>
#include "ui/ContextMenu.hpp"
#include "ui/contextmenu.hpp"
namespace advanced_wars {
......
#include "engine.hpp"
#include "spritesheet.hpp"
#include "ui/Menu.hpp"
#include "ui/ContextMenu.hpp"
#include "ui/menu.hpp"
#include "ui/contextmenu.hpp"
#include "window.hpp"
#include <memory>
......
#include "ContextMenu.hpp"
#include "contextmenu.hpp"
#include <iostream>
#include <SDL_ttf.h>
......
File moved
#include "Menu.hpp"
#include "menu.hpp"
#include <SDL.h>
#include <SDL_image.h>
#include <SDL_ttf.h>
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment