12 lines
100 B
C
12 lines
100 B
C
|
#ifndef STATE_H
|
||
|
#define STATE_H
|
||
|
|
||
|
#include "twn_game_api.h"
|
||
|
|
||
|
struct state {
|
||
|
float r;
|
||
|
};
|
||
|
|
||
|
|
||
|
#endif
|