Skip to content

Commit b629d96

Browse files
committed
chore: create structs.h
1 parent 1dd8f4d commit b629d96

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/structs.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
#ifndef SRC_STRUCTS_H_INCLUDED
3+
#define SRC_STRUCTS_H_INCLUDED
4+
5+
#include "./macros.h"
6+
7+
typedef struct {
8+
char name[TEAM_NAME_LENGTH];
9+
} Team;
10+
11+
#endif // SRC_STRUCTS_H_INCLUDED

0 commit comments

Comments
 (0)