I have structure defined in some header (D3DXVECTOR3)
How can I declare:
- static member in the class of that type and initialize it?
- maybe constant member of that type and init it?
when i use some constructor i get error only integral can be initialized.