mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-09-08 13:40:52 +02:00
Trying again to fix builds: CMatrix constructor.
This commit is contained in:
@@ -18,6 +18,7 @@ public:
|
|||||||
RwMatrix *m_attachment = nil;
|
RwMatrix *m_attachment = nil;
|
||||||
bool m_hasRwMatrix = false; // are we the owner?
|
bool m_hasRwMatrix = false; // are we the owner?
|
||||||
|
|
||||||
|
CMatrix(void) {}
|
||||||
CMatrix(CMatrix const &m);
|
CMatrix(CMatrix const &m);
|
||||||
CMatrix(RwMatrix *matrix, bool owner = false);
|
CMatrix(RwMatrix *matrix, bool owner = false);
|
||||||
CMatrix(float scale){
|
CMatrix(float scale){
|
||||||
|
@@ -34,7 +34,7 @@ public:
|
|||||||
bool m_hasRwMatrix=false; // are we the owner?
|
bool m_hasRwMatrix=false; // are we the owner?
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
CMatrix(void)=default;
|
CMatrix(void) {}
|
||||||
CMatrix(CMatrix const &m);
|
CMatrix(CMatrix const &m);
|
||||||
CMatrix(RwMatrix *matrix, bool owner = false);
|
CMatrix(RwMatrix *matrix, bool owner = false);
|
||||||
CMatrix(float scale){
|
CMatrix(float scale){
|
||||||
|
Reference in New Issue
Block a user