Removed unused files
This commit is contained in:
parent
784ac3ba4a
commit
a309976423
3 changed files with 0 additions and 21 deletions
|
@ -29,8 +29,6 @@ set(SOURCES
|
||||||
src/coordinates/translated_coordinates.cpp
|
src/coordinates/translated_coordinates.cpp
|
||||||
src/coordinates/translated_coordinates.h
|
src/coordinates/translated_coordinates.h
|
||||||
src/coordinates/coordinates.h
|
src/coordinates/coordinates.h
|
||||||
src/game/input_handler.cpp
|
|
||||||
src/game/input_handler.h
|
|
||||||
src/primitives/circle_object.cpp
|
src/primitives/circle_object.cpp
|
||||||
src/primitives/circle_object.h
|
src/primitives/circle_object.h
|
||||||
src/game/game_factory.cpp
|
src/game/game_factory.cpp
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
//
|
|
||||||
// Created by max on 27.04.23.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "input_handler.h"
|
|
|
@ -1,14 +0,0 @@
|
||||||
//
|
|
||||||
// Created by max on 27.04.23.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef HOLESOME_INPUT_HANDLER_H
|
|
||||||
#define HOLESOME_INPUT_HANDLER_H
|
|
||||||
|
|
||||||
|
|
||||||
class InputHandler {
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
#endif //HOLESOME_INPUT_HANDLER_H
|
|
Loading…
Reference in a new issue