project_files/frontlib/model/teamlist.h
changeset 10017 de822cd3df3a
parent 7320 e704706008d4
equal deleted inserted replaced
10015:4feced261c68 10017:de822cd3df3a
    21 #define TEAMLIST_H_
    21 #define TEAMLIST_H_
    22 
    22 
    23 #include "team.h"
    23 #include "team.h"
    24 
    24 
    25 typedef struct {
    25 typedef struct {
    26 	int teamCount;
    26     int teamCount;
    27 	flib_team **teams;
    27     flib_team **teams;
    28 } flib_teamlist;
    28 } flib_teamlist;
    29 
    29 
    30 flib_teamlist *flib_teamlist_create();
    30 flib_teamlist *flib_teamlist_create();
    31 
    31 
    32 void flib_teamlist_destroy(flib_teamlist *list);
    32 void flib_teamlist_destroy(flib_teamlist *list);