Skip to content

Commit

Permalink
Removed space from header name
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepySpaceBear committed Dec 31, 2024
1 parent b5c862e commit 056e10a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ add_executable(Lampray main.cpp
Lampray/Filesystem/lampUpdate.cpp
Lampray/Control/lampGames.h
Lampray/Filesystem/lampShare.cpp
"Lampray/Menu/lampCustomise .h"
Lampray/Menu/lampCustomise.h
Lampray/Filesystem/lampTrack.cpp
game-data/C77/C77.cpp
game-data/C77/C77.h
Expand Down
File renamed without changes.
5 changes: 2 additions & 3 deletions Lampray/Menu/lampMenu.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
//
// Created by charles on 27/09/23.
//
#include <cstdlib>
#include "lampMenu.h"
#include "lampCustomise .h"
#include "lampCustomise.h"
#include "../Lang/lampLang.h"
#include <cstdlib>
#include "../Control/lampNotification.h"

void Lamp::Core::lampMenu::RunMenus() {
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "Lampray/Lang/lampLang.h"
#include "Lampray/Control/lampControl.h"
#include "Lampray/Menu/lampMenu.h"
#include "Lampray/Menu/lampCustomise .h"
#include "Lampray/Menu/lampCustomise.h"
#include <stdio.h>
#include "SDL2/SDL.h"

Expand Down

0 comments on commit 056e10a

Please sign in to comment.