Quote Originally Posted by stahta01 View Post
Code:
/* Cursor abstraction */Cur *drw_cur_create(Drw *drw, int shape);void drw_cur_free(Drw *drw, Cur *cursor);
Is there a reason you did NOT see the two lines above in the header file?Tim S.
I completely overlooked that... So that answers my question then. It was used as a means of abstraction as mentioned by hamster_nz