Reminder for a future rethink/refactor

This commit is contained in:
Aaron Culliney 2015-06-06 13:00:53 -07:00
parent 2562c17d73
commit 26d7e7da3d

View File

@ -78,6 +78,7 @@ typedef struct GLModel {
GLuint elementBufferName;
// Custom
#warning FIXME TODO : investigate whether we can just MACRO-inherit from GLModel rather than use custom pointer
GLCustom *custom;
} GLModel;