townengine/apps/examples/circle-raster/state.h

12 lines
100 B
C
Raw Normal View History

#ifndef STATE_H
#define STATE_H
#include "twn_game_api.h"
struct state {
float r;
};
#endif