mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-11-23 14:29:52 +00:00
9 lines
143 B
C++
9 lines
143 B
C++
|
|
#include "main.h"
|
|
|
|
CLabel::CLabel(IDirect3DDevice9 *pD3DDevice)
|
|
{
|
|
m_pD3DDevice = pD3DDevice;
|
|
D3DXCreateSprite(pD3DDevice, &m_pD3DSprite);
|
|
}
|