Textures

I’m making somekind of game-engine.

The problem is: I have many textres in a directory and I have made a simple “mapping” sytem where quads and objects etc. are defined in the simple textfile. Textures too.

So, if there is a line “TEXTURE crate2.bmp” in a file. My code should load a texture crate2.bmp and use it. How should I do this? I know how to handle files etc, but this is a problem for me.

Hope you understood something

Nah, got it work.