0x00471712
| 155 | |
| 156 | // 0x00471712 |
| 157 | static bool hasCustomObjectsInIndex() |
| 158 | { |
| 159 | for (auto& obj : _installedObjectList) |
| 160 | { |
| 161 | if (obj._header.isCustom()) |
| 162 | { |
| 163 | return true; |
| 164 | } |
| 165 | } |
| 166 | return false; |
| 167 | } |
| 168 | |
| 169 | static void serialiseEntry(Stream& stream, const ObjectIndexEntry& entry) |
| 170 | { |