Files
2022-10-26 12:25:11 +08:00

18 lines
254 B
C++

// drawlast.h
#ifndef _3DRENDERER_DRAWLAST_H_
#define _3DRENDERER_DRAWLAST_H_
#include "drawrendermeshd3d.h"
class CDrawLastD3d : public CDrawRenderMeshD3d
{
public:
CDrawLastD3d();
virtual ~CDrawLastD3d();
};
#endif // _3DRENDERER_DRAWLAST_H_