2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-28 21:27:53 +00:00
John Preston a0ffa15885 Update story mention layout, add outline.
Also use uint32 for bool-bitfields, otherwise:

int a : 1 = 0;
...
const auto test = true;
const auto b = test ? 1 : 0;
if (a != b) {
    a = b;
    ...
}
Assert(a == b); // Violation, because a == -1, not 1 (after a = b).
2023-07-20 07:20:33 +04:00
..
2023-07-20 07:20:33 +04:00
2023-07-20 07:20:12 +04:00
2023-07-20 07:20:12 +04:00
2023-02-02 22:12:31 +04:00
2023-07-20 07:20:33 +04:00
2023-07-20 07:20:33 +04:00
2023-07-20 07:20:33 +04:00
2023-07-20 07:20:13 +04:00
2022-11-30 17:17:14 +03:00