townengine/apps/template/state.h

13 lines
150 B
C
Raw Permalink Normal View History

2024-07-29 22:20:30 +00:00
#ifndef STATE_H
#define STATE_H
#include "twn_game_api.h"
2024-07-29 22:20:30 +00:00
/* populate it with state information */
struct state {
uint64_t counter;
};
#endif