Differences From Artifact [fa2e7605f2]:
- File src/entities.mm — part of check-in [003b06901f] at 2025-03-05 21:55:28 on branch trunk — Clean up console output functions (user: js, size: 7335) [annotate] [blame] [check-ins using]
To Artifact [8e9438e362]:
- File src/entities.mm — part of check-in [14861826d4] at 2025-03-05 23:18:28 on branch trunk — Move classes into separate files (user: js, size: 7361) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 | // entities.cpp: map entity related functions (pickup etc.) #include "cube.h" vector<entity> ents; static OFString *entmdlnames[] = { @"shells", @"bullets", @"rockets", | > > | 1 2 3 4 5 6 7 8 9 10 11 12 | // entities.cpp: map entity related functions (pickup etc.) #include "cube.h" #import "MapModelInfo.h" vector<entity> ents; static OFString *entmdlnames[] = { @"shells", @"bullets", @"rockets", |
︙ | ︙ |