Skip to content

Commit 63887cb

Browse files
committed
add file endline to Interface.h
1 parent 0ac15e2 commit 63887cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/Interface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ class Interface
3535
static void draw(sf::RenderWindow& window);
3636
static void pollEvent(sf::RenderWindow& window, sf::Event& theEvent);
3737
static void update(sf::RenderWindow& window, sf::Time diffTime);
38-
};
38+
};

0 commit comments

Comments
 (0)