Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
pskelton committed Aug 8, 2024
1 parent 9750d63 commit ae4a187
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Engine/Graphics/PaletteManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@

#include "Engine/Graphics/Texture_MM7.h"
#include "Engine/LodTextureCache.h"
#include "Engine/Engine.h"

#include "Library/Color/Color.h"
#include "Library/Logger/Logger.h"

#include "Utility/String/Format.h"
#include <Engine/Engine.h>


PaletteManager *pPaletteManager = new PaletteManager;

Expand Down

0 comments on commit ae4a187

Please sign in to comment.