This website requires JavaScript.
Explore
Help
Sign In
austin
/
2019-ecs
Watch
1
Star
0
Fork
You've already forked 2019-ecs
0
Code
086c3b5475
2019-ecs
/
Source
/
Components
/
Renderable.hpp
9 lines
76 B
C++
Raw
Blame
History
#
pragma once
#
include
"Math/Vec3.hpp"
struct
Renderable
{
Vec3
color
;
}
;
View Git Blame
Copy Permalink