Skip to content

Commit

Permalink
Renamed FontHandler to TextHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
bXi committed Mar 20, 2024
1 parent 53c1d7a commit 36623dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ option(ADD_IMGUI "Include ImGui" OFF)

# Add the content from the provided "engine.cmake" file
add_library("luminoveau" STATIC
luminoveau.h

audio/audiohandler.cpp
audio/audiohandler.h
configuration/configuration.h
fonts/fonthandler.cpp
fonts/fonthandler.h

text/texthandler.cpp
text/texthandler.h

eventbus/eventbushandler.cpp
eventbus/eventbushandler.h
Expand Down
2 changes: 1 addition & 1 deletion fonts/fonthandler.cpp → text/texthandler.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "fonthandler.h"
#include "texthandler.h"


Font Fonts::_getFont(const char *fileName, const int fontSize) {
Expand Down
File renamed without changes.

0 comments on commit 36623dc

Please sign in to comment.