Merge branch 'dev' of collaborating.tuhh.de:czg6669/breakout into dev

This commit is contained in:
Michael Chen 2018-01-15 23:48:11 +01:00
commit 5b42e91728

View File

@ -3,7 +3,7 @@
// Structs
typedef struct userStruct {
char * Username, * Score;
char Username[50], Score[30];
} User;
// End Structs