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 dd91aaa commit 2ad1830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SurgSim_Lite/Liquids.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "LiquidVolumes.h"
#include "ParticleSystem.h"
#include <Termin8or/Gradient.h>
#include <Termin8or/Screen.h>
#include <Termin8or/ScreenUtils.h>
#include <optional>

namespace liquids
Expand Down
2 changes: 1 addition & 1 deletion SurgSim_Lite/surgsim_lite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "Hud.h"
#include "Grasping.h"

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

0 comments on commit 2ad1830

Please sign in to comment.