Remove comments and unused headers
This commit is contained in:
parent
f6efcbbf79
commit
dad36d7362
2 changed files with 0 additions and 5 deletions
|
@ -35,7 +35,6 @@ struct TextureSize {
|
|||
|
||||
class PacMan;
|
||||
class Pellets;
|
||||
//class Position;
|
||||
class SuperPellets;
|
||||
|
||||
class GameWindow {
|
||||
|
@ -89,8 +88,6 @@ private:
|
|||
|
||||
void renderSuperPellets(const SuperPellets & superPellets) const;
|
||||
|
||||
//static SDL_Rect targetRect(const Position & position, int pixel_increase);
|
||||
|
||||
SDL_Rect windowDimensions() const;
|
||||
|
||||
// Given an x - y coordinate of a texture in the assets file,
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <cmath>
|
||||
|
||||
struct Position {
|
||||
float x;
|
||||
float y;
|
||||
|
|
Loading…
Reference in a new issue