Skip to content

Commit

Permalink
Renaming Screen.h -> ScreenUtils.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
razterizer committed Oct 14, 2024
1 parent 5a81c1b commit 4637b36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pilot_Episode/Plane.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once
#include "Enums.h"
#include <Termin8or/Screen.h>
#include <Termin8or/ScreenUtils.h>
#include <Termin8or/RC.h>
#include <Termin8or/Keyboard.h>
#include <Core/StlUtils.h>
Expand Down
2 changes: 1 addition & 1 deletion Pilot_Episode/PlaneData.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once
#include <Termin8or/Screen.h>
#include <Termin8or/ScreenUtils.h>
#include <Termin8or/ParticleSystem.h>

namespace plane_data
Expand Down
2 changes: 1 addition & 1 deletion Pilot_Episode/pilot_episode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "Hud.h"
#include "Sky.h"

#include <Termin8or/Screen.h>
#include <Termin8or/ScreenUtils.h>
#include <Termin8or/SpriteHandler.h>
#include <Termin8or/GameEngine.h>
#include <Termin8or/ASCII_Fonts.h>
Expand Down

0 comments on commit 4637b36

Please sign in to comment.