8 lines
132 B
C
8 lines
132 B
C
|
#pragma once
|
||
|
#include <vector>
|
||
|
#include <gl\glew.h>
|
||
|
|
||
|
extern std::vector<GLfloat> loadData();
|
||
|
|
||
|
extern std::vector<GLfloat> loadUV();
|