Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
tomtsagk
/
avdl
Watch
2
Star
2
Fork
1
Files
Issues
0
Pull Requests
0
Tree:
v0.0.5
Branches
Tags
master
package-spec
package-ubuntu
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1
v0.0.0
avdl
/
engines
/
cengine
/
include
/
dd_vec2.h
dd_vec2.h
78 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
9
#ifndef DD_VEC2_H
#define DD_VEC2_H
struct dd_vec2 {
float x, y;
};
#endif