Skip to content

Commit

Permalink
chore: remove useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
png261 committed May 11, 2023
1 parent 307004f commit d9b2b9a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/SDL.hpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#pragma once

#include <SDL.h> // SDL2
#include <SDL_image.h> // SDL2_Image
#include <SDL_mixer.h> // SDL2_Mixer
#include <SDL_ttf.h> // SDL2_TTF

#include "SDL2_gfxPrimitives.hpp" // SDL2_GFX
#include <SDL.h>
#include <SDL_image.h>
#include <SDL_mixer.h>
#include <SDL_ttf.h>
#include "SDL2_gfxPrimitives.hpp"

namespace SDL {
void init();
Expand Down

0 comments on commit d9b2b9a

Please sign in to comment.