mirror of
https://github.com/lov3b/Pong.git
synced 2024-11-14 01:10:10 +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
|
||
|
};
|