Sure, but it's useful to have some idea what those functions are
supposed to do. Right now, I think it looks like you should be able to
implement LoadTexture() by creating a texture and then calling
InitFromFile() on it. And related to above, InitFromFile() should then
probably check that the texture hasn't been initialised before.