mirror of
https://github.com/andrewchilicki/LumonMDR.git
synced 2025-07-01 18:17:27 -04:00
8 lines
95 B
C
8 lines
95 B
C
#pragma once
|
|
#include <GL/glew.h>
|
|
|
|
struct Image
|
|
{
|
|
GLuint texture;
|
|
int width, height;
|
|
}; |