| 108 | vector<mapmodelinfo> mapmodels; |
| 109 | const char *mmpath = "mapmodels/"; |
| 110 | const char *mmshortname(const char *name) { return !strncmp(name, mmpath, strlen(mmpath)) ? name + strlen(mmpath) : name; } |
| 111 | |
| 112 | void mapmodel(int *rad, int *h, int *zoff, char *scale, char *name, char *flags) |
| 113 | { |
no outgoing calls
no test coverage detected