| 53 | } |
| 54 | |
| 55 | S32 xGoalGeneric::Suspend(F32 dt, void* updCtxt) |
| 56 | { |
| 57 | if (this->fun_suspend) |
| 58 | { |
| 59 | return this->fun_suspend(this, this->usrData, dt, updCtxt); |
| 60 | } |
| 61 | |
| 62 | return xGoal::Suspend(dt, updCtxt); |
| 63 | } |
| 64 | |
| 65 | S32 xGoalGeneric::Resume(F32 dt, void* updCtxt) |
| 66 | { |