#ifndef SRENDERABLEPTR_H #define SRENDERABLEPTR_H #include #include #include #include #include struct SRenderablePtr { IRenderable *pRenderable; u32 Asset; CAABox AABox; ERenderCommand Command; }; #endif // SRENDERABLEPTR_H