Skip to content

Commit 1dd8f4d

Browse files
committed
chore: add new macros
1 parent b845832 commit 1dd8f4d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/macros.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
#ifndef MACROS_H_INCLUDED
2-
#define MACROS_H_INCLUDED
1+
#ifndef SRC_MACROS_H_INCLUDED
2+
#define SRC_MACROS_H_INCLUDED
33

44
#define DEVELOPMENT_TEAM "SQUASH"
55

6-
#endif // MACROS_H_INCLUDED
6+
#define TEAM_NAME_LENGTH 32
7+
8+
#endif // SRC_MACROS_H_INCLUDED

0 commit comments

Comments
 (0)