// // mVertex.h // game // // Created by maride on 02.04.16. // // #ifndef mVertex_h #define mVertex_h #include #include "vectors.h" void mVertex3fv(tVector3 vertex); #endif /* mVertex_h */