Repositories
ยป
probe
: Just testing things
Commits
Files
Markers
Readme
License
Download
-- Select Branch --
master
Path:
probe
/
c-structs
/ struct.h (
raw
)
1
typedef
struct
{
2
char
name[50];
3
int
health;
4
float
damage;
5
} Character;