mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-11 02:28:18 +00:00
11 lines
253 B
C
11 lines
253 B
C
/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
|
|
|
|
// loads images from the map to textures
|
|
int img_init();
|
|
|
|
// returns the number of images in the map
|
|
int img_num();
|
|
|
|
// fetches the texture id for the image
|
|
int img_get(int index);
|