(String name)
| 1511 | =============== |
| 1512 | */ |
| 1513 | public image_t R_RegisterSkin(String name) { |
| 1514 | return GL_FindImage(name, it_skin); |
| 1515 | } |
| 1516 | |
| 1517 | IntBuffer texnumBuffer=Lib.newIntBuffer(1); |
| 1518 |
nothing calls this directly
no test coverage detected