| 10 | #include <types.h> |
| 11 | |
| 12 | void zPendulum_Init(void* pend, void* asset) |
| 13 | { |
| 14 | zPendulum_Init((_zPendulum*)pend, (xEntAsset*)asset); |
| 15 | } |
| 16 | |
| 17 | void zPendulum_Init(_zPendulum* pend, xEntAsset* asset) |
| 18 | { |
nothing calls this directly
no test coverage detected