8 lines
83 B
C
8 lines
83 B
C
#include <SDL3_image/SDL_image.h>
|
|
|
|
int main()
|
|
{
|
|
IMG_Version();
|
|
return 0;
|
|
}
|