townengine/apps/template/state.h

13 lines
150 B
C

#ifndef STATE_H
#define STATE_H
#include "twn_game_api.h"
/* populate it with state information */
struct state {
uint64_t counter;
};
#endif