This website requires JavaScript.
Explore
Help
Register
Sign In
john
/
prosperon
Watch
1
Star
0
Fork
You've already forked prosperon
0
Code
Issues
Pull requests
Actions
Releases
Activity
496b9ca5d7
prosperon
/
source
/
engine
/
gizmo.h
11 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
Initial commit
2021-11-30 21:29:18 -06:00
#
ifndef GIZMO_H
#
define GIZMO_H
Turned on warnings and fixed
2022-02-06 10:14:57 -06:00
#
include
<stdint.h>
struct
gizmo
{
uint8_t
color
[
3
]
;
}
;
Initial commit
2021-11-30 21:29:18 -06:00
#
endif
Reference in a new issue
Copy permalink