| 3415 | int osipf_FindPathName(const char *name) { return FindGamePathName(name); } |
| 3416 | |
| 3417 | int osipf_FindLevelGoalName(const char *name) { return Level_goals.GoalFindId(name); } |
| 3418 | |
| 3419 | void osipf_CreateRandomSparks(int num_sparks, vector *pos, int roomnum, int which_index, float force_scalar) { |
| 3420 | CreateRandomSparks(num_sparks, pos, roomnum, which_index, force_scalar); |
no test coverage detected