create /apps/temapltes/ structure, clean up cmake files to use directory name for binary name directly
This commit is contained in:
12
apps/templates/c/state.h
Normal file
12
apps/templates/c/state.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef STATE_H
|
||||
#define STATE_H
|
||||
|
||||
#include "twn_game_api.h"
|
||||
|
||||
/* populate it with state information */
|
||||
struct state {
|
||||
uint64_t counter;
|
||||
};
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user