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
/
Thrust.hpp
10 lines
73 B
C++
Raw
Blame
History
#
pragma once
#
include
"Math/Vec3.hpp"
struct
Thrust
{
Vec3
force
;
}
;
View Git Blame
Copy Permalink