mirror of
https://github.com/lov3b/Pong.git
synced 2025-09-13 08:10:21 +02:00
Hpp and better imports
This commit is contained in:
7
src/VisibleObjects/Side.hpp
Normal file
7
src/VisibleObjects/Side.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
// SPDX-License-Identifier: BSD-2-Clause
|
||||
|
||||
#pragma once
|
||||
|
||||
enum class Side {
|
||||
LEFT, RIGHT
|
||||
};
|
Reference in New Issue
Block a user