10 lines
81 B
C
10 lines
81 B
C
#ifndef __MAIN_H
|
|
#define __MAIN_H
|
|
|
|
#define AX_NUM 12
|
|
#define AY_NUM 12
|
|
|
|
|
|
#endif
|
|
|