#ifndef STATE_H
#define STATE_H

#include "twn_game_api.h"

struct state {
    float r;
};


#endif