created a src folder
This commit is contained in:
16
src/globals.h
Normal file
16
src/globals.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef GLOBALS_H_
|
||||
#define GLOBALS_H_
|
||||
|
||||
typedef struct {
|
||||
int x;
|
||||
int y;
|
||||
} boardInfo;
|
||||
|
||||
typedef struct {
|
||||
int xs;
|
||||
int xe;
|
||||
int ys;
|
||||
int ye;
|
||||
} playableBoardInfo;
|
||||
|
||||
#endif // GLOBALS_H_
|
||||
Reference in New Issue
Block a user