| 910 | |
| 911 | template<class T> |
| 912 | T *CRenderLayerTile::GetData() const |
| 913 | { |
| 914 | return (T *)GetRawData(); |
| 915 | } |
| 916 | |
| 917 | void CRenderLayerTile::GetTileData(unsigned char *pIndex, unsigned char *pFlags, int *pAngleRotate, unsigned int x, unsigned int y, int CurOverlay) const |
| 918 | { |
no outgoing calls
no test coverage detected