If yes the could someone explain shortly on how the work?
I wanth to have the objects in my game have pointers to the gfx resources
like if I have:
Thx
I wanth to have the objects in my game have pointers to the gfx resources
like if I have:
global image1 = loadimage("image.bmp") global variable1 = // some sort of pointer thing // then the code below will work drawimage variable,0,0 ; it should draw the image in the image1 variable without loading the image in variale1
Thx