#ifndef LOOP_H
#define LOOP_H

void loop(struct game *g);


#endif //LOOP_H
