00001 #pragma once 00002 00004 typedef struct DrawCall : public Instance 00005 { 00006 pGeometry geometry; 00007 pTexture texture; 00008 pIBody body; 00009 bool draw; 00010 } *pDrawCall; 00011 00013 typedef struct GuiDrawCall 00014 { 00015 pGeometry geometry; 00016 pTexture texture; 00017 } *pGuiDrawCall;