#ifndef STATE_H
#define STATE_H

#include "twn_game_api.h"

/* populate it with state information */
struct state {
    uint64_t counter;
};


#endif