packages feed

HGamer3D-SFML-Binding-0.5.0: include/vector3istruct.h

typedef struct vector3i_struct {
	int x;
	int y;
	int z;
} vector3i_struct;