aboutsummaryrefslogtreecommitdiffstats
path: root/tex.h
blob: c7ad0d2d36431894c9cef01700ca98e585bbe11d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (C) 2018 Tomasz Kramkowski <tk@the-tk.com>
 * SPDX-License-Identifier: MIT
 */
#ifndef TEX_H
#define TEX_H

#include <stdio.h>

#include "gl.h"

GLuint png2tex(FILE *f);

#endif // TEX_H