4 lines
62 B
C++
4 lines
62 B
C++
|
|
#include <GLES2/gl2.h>
|
||
|
|
|
||
|
|
GLuint loadImg(const char* path);
|