/* * Copyright (C) 2018 Tomasz Kramkowski * SPDX-License-Identifier: MIT */ #ifndef TEX_H #define TEX_H #include #include "gl.h" GLuint png2tex(FILE *f); #endif // TEX_H