Differences From Artifact [10a4604932]:
- File src/cube.h — part of check-in [14861826d4] at 2025-03-05 23:18:28 on branch trunk — Move classes into separate files (user: js, size: 14690) [annotate] [blame] [check-ins using]
To Artifact [d285e7fbb6]:
- File src/cube.h — part of check-in [5bbd6d8ddd] at 2025-03-06 01:17:59 on branch trunk — Remove cvector and ivector (user: js, size: 14629) [annotate] [blame] [check-ins using]
︙ | |||
278 279 280 281 282 283 284 | 278 279 280 281 282 283 284 285 286 287 288 289 290 291 | - - | struct vertex { float u, v, x, y, z; uchar r, g, b, a; }; typedef vector<dynent *> dvector; |
︙ |