mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 01:14:09 +00:00
Merge remote-tracking branch 'upstream/miami' into miami
This commit is contained in:
commit
09a0207e55
19 changed files with 211 additions and 153 deletions
|
@ -314,3 +314,8 @@ public:
|
|||
other.Reorthogonalise();
|
||||
}
|
||||
};
|
||||
|
||||
class CCompressedMatrix : public CCompressedMatrixNotAligned
|
||||
{
|
||||
int _alignment; // no clue what would this align to
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue