index
:
tetris
master
My own tetris version
Ekaitz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
point.h
blob: f67327b34b1c5bf93b0114001888ec4d2ddca89b (
plain
)
1
2
3
4
5
6
7
8
#ifndef POINT_H #define POINT_H struct Point { int x, y; }; #endif