mirror of
https://github.com/lov3b/Pong.git
synced 2024-11-13 00:40:13 +01:00
10 lines
92 B
C
10 lines
92 B
C
//
|
|
// Created by love on 2024-01-19.
|
|
//
|
|
|
|
#pragma once
|
|
|
|
enum class Side {
|
|
LEFT, RIGHT
|
|
};
|