7 lines
No EOL
140 B
C++
7 lines
No EOL
140 B
C++
//
|
|
// Created by Benjamin on 1/27/2022.
|
|
//
|
|
|
|
#include "Obstacle.h"
|
|
|
|
Obstacle::Obstacle(const sf::Texture &texture) : Sprite(texture) {} |