Redline/mVertex.h
2016-04-02 17:18:11 +02:00

18 lines
211 B
C

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