Redline/mVertex.h

18 lines
211 B
C
Raw Permalink Normal View History

2016-04-02 15:18:11 +00:00
//
// 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 */