Symbian^3 port

This commit is contained in:
Shinovon 2026-04-29 05:15:13 +05:00
parent 77cdaaf97e
commit 3eb71f2cc5
106 changed files with 2098 additions and 745 deletions

View file

@ -1,4 +1,7 @@
#pragma once
#if defined(__ARMCC_VERSION)
#pragma anon_unions
#endif
class CMatrix
{
@ -128,4 +131,4 @@ public:
class CCompressedMatrix : public CCompressedMatrixNotAligned
{
int _alignment; // no clue what would this align to
};
};