aboutsummaryrefslogtreecommitdiff
path: root/include/common.h
blob: 11b11d4aae238726e49c1007db24314f3b58c4a3 (plain)
1
2
3
4
5
6
7
8
9
#ifndef COMMON_H_
#define COMMON_H_

struct point {
    int x;
    int y;
};

#endif // COMMON_H_