aboutsummaryrefslogtreecommitdiffstats
path: root/mtl.h
blob: 7c427c147ce42ea43eeda7741dc12902bfc30035 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef MTL_H
#define MTL_H

#include "gl.h"

typedef int mtlidx;
mtlidx mtl_load(char *name);
void mtl_use(mtlidx mtl);

#endif // MTL_H