6 lines
72 B
C++
6 lines
72 B
C++
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <GLES2/gl2.h>
|
||
|
|
|
||
|
|
GLuint loadImg(const char* path);
|