mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 16:41:31 +00:00
6 lines
120 B
C
6 lines
120 B
C
#ifndef RB_SHOW_IMAGES_H_
|
|
#define RB_SHOW_IMAGES_H_
|
|
|
|
void RB_ShowImages(image_t ** const pImg, unsigned int N);
|
|
|
|
#endif
|